diff options
author | Daniel Gustafsson | 2018-06-18 09:28:06 +0000 |
---|---|---|
committer | Magnus Hagander | 2018-06-19 12:17:57 +0000 |
commit | ed93a4424a779762be169c595e4dad47db0cc0b2 (patch) | |
tree | a461136a467e65a98494ce957f425ba1d02a51dd | |
parent | c3efa9432615e4ef17d7bf01b310ea09aa9d8f99 (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> |