diff options
author | Daniel Gustafsson | 2019-02-06 20:47:14 +0000 |
---|---|---|
committer | Magnus Hagander | 2019-02-06 20:47:14 +0000 |
commit | ba0a9041374d6abca6a6f4dbf8feb546946c0ced (patch) | |
tree | 6417c26756d53fd4200568dc71f78b84162bb8f3 | |
parent | 7402f1cd86ad261b82fd85c435d1b0409ec547d1 (diff) |
Another markup fix
-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 cf82633..d8832a0 100644 --- a/pgcommitfest/commitfest/templates/commitfest.html +++ b/pgcommitfest/commitfest/templates/commitfest.html @@ -79,7 +79,7 @@ {%if grouping%} {%ifchanged p.topic%} - <tr><th colspan="{%if user.is_staff%}9{%else%}8{%endif%}">{{p.topic}}</th></tr> + <tr><th colspan="{%if user.is_staff%}10{%else%}9{%endif%}">{{p.topic}}</th></tr> {%endifchanged%} {%endif%} <tr> |