Skip to content

Commit fd775d3

Browse files
committed
Fix colspan on commitfest page after added columns
1 parent 2e6f028 commit fd775d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgcommitfest/commitfest/templates/commitfest.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h3>{{p.is_open|yesno:"Active patches,Closed patches"}}</h3>
8181

8282
{%if grouping%}
8383
{%ifchanged p.topic%}
84-
<tr><th colspan="{%if user.is_staff%}11{%else%}10{%endif%}">{{p.topic}}</th></tr>
84+
<tr><th colspan="{%if user.is_staff%}12{%else%}11{%endif%}">{{p.topic}}</th></tr>
8585
{%endifchanged%}
8686
{%endif%}
8787
<tr>

0 commit comments

Comments
 (0)