We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29afaa8 commit 55c52aaCopy full SHA for 55c52aa
1 file changed
pgcommitfest/commitfest/templates/commitfest.html
@@ -48,7 +48,7 @@ <h3>{{p.is_open|yesno:"Active patches,Closed patches"}}</h3>
48
49
{%if grouping%}
50
{%ifchanged p.topic%}
51
- <tr><th colspan="{%if user.is_staff%}12{%else%}11{%endif%}">{{p.topic}}</th></tr>
+ <tr><th colspan="{%if user.is_staff%}13{%else%}12{%endif%}">{{p.topic}}</th></tr>
52
{%endifchanged%}
53
{%endif%}
54
<tr>
0 commit comments