diff options
Diffstat (limited to 'pgcommitfest/commitfest')
-rw-r--r-- | pgcommitfest/commitfest/templates/patchsearch.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pgcommitfest/commitfest/templates/patchsearch.html b/pgcommitfest/commitfest/templates/patchsearch.html index 4db2949..93da3cc 100644 --- a/pgcommitfest/commitfest/templates/patchsearch.html +++ b/pgcommitfest/commitfest/templates/patchsearch.html @@ -18,7 +18,7 @@ <td>{%for c in cfs %} <div style="margin-bottom: 3px;">{{c.commitfest}}: <span class="label label-default">{{c.statusstring}}</span></div> {%endfor%}</td> - <td>{{p.author_names|default:''}}</td> + <td>{{p.authors_string|default:''}}</td> </tr> {%endwith%} {%endfor%} |