From: Magnus Hagander Date: Sun, 18 Aug 2013 15:55:44 +0000 (+0200) Subject: Fix typo X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=4419c6051b1ea87d5ab5d46255c821c4079415de;p=pgcommitfest2.git Fix typo --- diff --git a/pgcommitfest/commitfest/templates/patch.html b/pgcommitfest/commitfest/templates/patch.html index 09fe9a9..a0a3b32 100644 --- a/pgcommitfest/commitfest/templates/patch.html +++ b/pgcommitfest/commitfest/templates/patch.html @@ -68,7 +68,7 @@ Latest at {{t.latestmessage}} by {{t.latestauthor|hidemail}}
{%for ta in t.mailthreadattachment_set.all%} {%if forloop.first%} - Latest attachment at {{ta.date}} from {{ta.author|hidemail}} + Latest attachment at {{ta.date}} from {{ta.author|hidemail}}
{%endif%}     Attachment at {{ta.date}} from {{ta.author|hidemail}} (Patch: {{ta.ispatch|yesno:"Yes,No,Pending check"}})