diff options
Diffstat (limited to 'pgcommitfest/commitfest/templates/commitfest.html')
-rw-r--r-- | pgcommitfest/commitfest/templates/commitfest.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pgcommitfest/commitfest/templates/commitfest.html b/pgcommitfest/commitfest/templates/commitfest.html index 2097ed8..056808f 100644 --- a/pgcommitfest/commitfest/templates/commitfest.html +++ b/pgcommitfest/commitfest/templates/commitfest.html @@ -37,6 +37,11 @@ </form> </div> +<p> +<br/> +<b>Status summary: </b>{%for id,title,num in statussummary%}<a href="?status={{id}}">{{title}}</a>: {{num}}. {%endfor%} +</p> + {%for p in patches %} {%ifchanged p.is_open%} {%if not forloop.first%} |