We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe0e31d commit 24467aaCopy full SHA for 24467aa
pgcommitfest/commitfest/templates/commitfest.html
@@ -22,13 +22,16 @@
22
<b>Status summary: </b>{%for id,title,num in statussummary%}<a href="?status={{id}}">{{title}}</a>: {{num}}. {%endfor%}
23
</p>
24
25
- {%for p in patches %}
+{%for p in patches %}
26
{%ifchanged p.is_open%}
27
+ {% if not cf.draft or p.is_open %}
28
{%if not forloop.first%}
29
</tbody>
30
</table>
31
{%endif%}
- <h3>{{p.is_open|yesno:"Active patches,Closed patches"}}</h3>
32
+{% if not cf.draft or p.is_open %}
33
+ <h3>{{p.is_open|yesno:"Active patches,Closed patches"}}</h3>
34
+{% endif %}
35
<table class="table table-striped table-bordered table-hover">
36
<thead>
37
<tr>
0 commit comments