We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7402f1c commit ba0a904Copy full SHA for ba0a904
pgcommitfest/commitfest/templates/commitfest.html
@@ -79,7 +79,7 @@ <h3>{{p.is_open|yesno:"Active patches,Closed patches"}}</h3>
79
80
{%if grouping%}
81
{%ifchanged p.topic%}
82
- <tr><th colspan="{%if user.is_staff%}9{%else%}8{%endif%}">{{p.topic}}</th></tr>
+ <tr><th colspan="{%if user.is_staff%}10{%else%}9{%endif%}">{{p.topic}}</th></tr>
83
{%endifchanged%}
84
{%endif%}
85
<tr>
0 commit comments