diff options
author | Oleksandr Shulgin | 2015-12-28 11:20:13 +0000 |
---|---|---|
committer | Magnus Hagander | 2015-12-30 11:14:35 +0000 |
commit | fd7acbb2b65eb6a64c7f88d897934950809374bd (patch) | |
tree | 45cff9eb65f035a02e62b6637641c0ce334227b9 /pgcommitfest/commitfest | |
parent | 3abb0a298eb53d46caf4669e8fdc93f33a58e935 (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.html | 2 |
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> |