Fix colspan in patches table lists
authorOleksandr Shulgin <oleksandr.shulgin@zalando.de>
Mon, 28 Dec 2015 11:20:13 +0000 (12:20 +0100)
committerMagnus Hagander <magnus@hagander.net>
Wed, 30 Dec 2015 11:14:35 +0000 (12:14 +0100)
Account for the Committer column added in 8495806.

pgcommitfest/commitfest/templates/commitfest.html

index 04cf111bcda18f22a4567b960602c9d41104a986..30329bec54ae162934bb4d98574a86e9f935532f 100644 (file)
@@ -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>