diff options
author | Daniel Gustafsson | 2018-06-18 09:28:06 +0000 |
---|---|---|
committer | Magnus Hagander | 2018-06-18 09:31:22 +0000 |
commit | 1d248d208910f672bf214141cd964fd5285e0a8e (patch) | |
tree | fb4918cb8464048cef6b1db0e1e8cdd261e2faa4 | |
parent | c7eae5c780768c00987789255a0580318584158b (diff) |
Fix colspan
-rw-r--r-- | pgcommitfest/commitfest/templates/commitfest.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pgcommitfest/commitfest/templates/commitfest.html b/pgcommitfest/commitfest/templates/commitfest.html index 5a7f787..c9d1e91 100644 --- a/pgcommitfest/commitfest/templates/commitfest.html +++ b/pgcommitfest/commitfest/templates/commitfest.html @@ -78,7 +78,7 @@ {%if grouping%} {%ifchanged p.topic%} - <tr><th colspan="{%if user.is_staff%}8{%else%}7{%endif%}">{{p.topic}}</th></tr> + <tr><th colspan="{%if user.is_staff%}9{%else%}8{%endif%}">{{p.topic}}</th></tr> {%endifchanged%} {%endif%} <tr> |