summaryrefslogtreecommitdiff
path: root/pgcommitfest/commitfest
diff options
context:
space:
mode:
authorOleksandr Shulgin2015-12-28 11:20:13 +0000
committerMagnus Hagander2015-12-30 11:14:35 +0000
commitfd7acbb2b65eb6a64c7f88d897934950809374bd (patch)
tree45cff9eb65f035a02e62b6637641c0ce334227b9 /pgcommitfest/commitfest
parent3abb0a298eb53d46caf4669e8fdc93f33a58e935 (diff)
Fix colspan in patches table lists
Account for the Committer column added in 8495806.
Diffstat (limited to 'pgcommitfest/commitfest')
-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 04cf111..30329be 100644
--- a/pgcommitfest/commitfest/templates/commitfest.html
+++ b/pgcommitfest/commitfest/templates/commitfest.html
@@ -69,7 +69,7 @@
{%if grouping%}
{%ifchanged p.topic%}
- <tr><th colspan="{%if user.is_staff%}7{%else%}6{%endif%}">{{p.topic}}</th></tr>
+ <tr><th colspan="{%if user.is_staff%}8{%else%}7{%endif%}">{{p.topic}}</th></tr>
{%endifchanged%}
{%endif%}
<tr>