We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e6f028 commit fd775d3Copy full SHA for fd775d3
1 file changed
pgcommitfest/commitfest/templates/commitfest.html
@@ -81,7 +81,7 @@ <h3>{{p.is_open|yesno:"Active patches,Closed patches"}}</h3>
81
82
{%if grouping%}
83
{%ifchanged p.topic%}
84
- <tr><th colspan="{%if user.is_staff%}11{%else%}10{%endif%}">{{p.topic}}</th></tr>
+ <tr><th colspan="{%if user.is_staff%}12{%else%}11{%endif%}">{{p.topic}}</th></tr>
85
{%endifchanged%}
86
{%endif%}
87
<tr>
0 commit comments