From d49b2b07a8b2422173142729fe8d7624de7ef4c5 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Thu, 9 Mar 2017 16:15:26 -0500 Subject: [PATCH] Make http links to the main website be https --- 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 0f2b5be..63deb69 100644 --- a/pgcommitfest/commitfest/templates/patch.html +++ b/pgcommitfest/commitfest/templates/patch.html @@ -62,16 +62,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%}
@@ -92,7 +92,7 @@ {{a.date}} {{a.user_string}} - From {{a.mailauthor}}
at {{a.maildate}} + From {{a.mailauthor}}
at {{a.maildate}} {{a.annotationtext}} {%if forloop.last%} -- 2.39.5