diff options
Diffstat (limited to 'pgcommitfest/commitfest/templates')
-rw-r--r-- | pgcommitfest/commitfest/templates/commitfest.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pgcommitfest/commitfest/templates/commitfest.html b/pgcommitfest/commitfest/templates/commitfest.html index 6068a27..63f793a 100644 --- a/pgcommitfest/commitfest/templates/commitfest.html +++ b/pgcommitfest/commitfest/templates/commitfest.html @@ -83,7 +83,7 @@ {%endifchanged%} {%endif%} <tr> - <td><a href="{{p.id}}/">{{p.id}}: {{p.name}}</a></td> + <td><a href="{{p.id}}/">{{p.name}}</a></td> <td><span class="label label-{{p.status|patchstatuslabel}}">{{p.status|patchstatusstring}}</span></td> <td>{%if p.targetversion%}<span class="label label-default">{{p.targetversion}}</span>{%endif%}</td> <td>{{p.author_names|default:''}}</td> |