From eae994886f123212b2950d61b597c8470188c001 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Wed, 27 Feb 2019 10:36:32 +0100 Subject: [PATCH] Remove trailing slashes from message-id URLs This avoids useless redirects. --- pgcommitfest/commitfest/templates/patch.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pgcommitfest/commitfest/templates/patch.html b/pgcommitfest/commitfest/templates/patch.html index 3930879..c0df8fa 100644 --- a/pgcommitfest/commitfest/templates/patch.html +++ b/pgcommitfest/commitfest/templates/patch.html @@ -66,16 +66,16 @@ {%endif%}
{%for t in patch.mailthread_set.all%} -
{{t.subject}}
+
{{t.subject}}
- First at {{t.firstmessage}} by {{t.firstauthor|hidemail}}
- Latest at {{t.latestmessage}} by {{t.latestauthor|hidemail}}
+ First at {{t.firstmessage}} by {{t.firstauthor|hidemail}}
+ Latest at {{t.latestmessage}} by {{t.latestauthor|hidemail}}
{%for ta in t.mailthreadattachment_set.all%} {%if forloop.first%} - Latest attachment ({{ta.filename}}) at {{ta.date}} from {{ta.author|hidemail}} + Latest attachment ({{ta.filename}}) at {{ta.date}} from {{ta.author|hidemail}}
{%endif%} -     Attachment ({{ta.filename}}) 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%}
@@ -96,7 +96,7 @@ {{a.date}} {{a.user_string}} - From {{a.mailauthor}}
at {{a.maildate}} + From {{a.mailauthor}}
at {{a.maildate}} {{a.annotationtext}} {%if forloop.last%} -- 2.20.1