From ec2f174e5c9d27630a4e7f507761edbdecffbe9c Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Sun, 8 Feb 2015 16:54:12 +0100 Subject: Collect and show attachment filenames --- pgcommitfest/commitfest/templates/patch.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pgcommitfest/commitfest/templates') diff --git a/pgcommitfest/commitfest/templates/patch.html b/pgcommitfest/commitfest/templates/patch.html index 7fcf9fd..97ac9b5 100644 --- a/pgcommitfest/commitfest/templates/patch.html +++ b/pgcommitfest/commitfest/templates/patch.html @@ -68,10 +68,10 @@ 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 ({{ta.filename}}) at {{ta.date}} from {{ta.author|hidemail}}
{%endif%} -     Attachment at {{ta.date}} from {{ta.author|hidemail}} (Patch: {{ta.ispatch|yesno:"Yes,No,Pending check"}})
+     Attachment ({{ta.filename}}) at {{ta.date}} from {{ta.author|hidemail}} (Patch: {{ta.ispatch|yesno:"Yes,No,Pending check"}})
{%if forloop.last%}
{%endif%} {%endfor%} -- cgit v1.2.3