summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gustafsson2018-06-18 09:28:06 +0000
committerMagnus Hagander2018-06-18 09:31:22 +0000
commit1d248d208910f672bf214141cd964fd5285e0a8e (patch)
treefb4918cb8464048cef6b1db0e1e8cdd261e2faa4
parentc7eae5c780768c00987789255a0580318584158b (diff)
Fix colspan
-rw-r--r--pgcommitfest/commitfest/templates/commitfest.html2
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>