From: Magnus Hagander Date: Thu, 9 Mar 2017 21:15:26 +0000 (-0500) Subject: Make http links to the main website be https X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=d49b2b07a8b2422173142729fe8d7624de7ef4c5;p=pgcommitfest2.git Make http links to the main website be https --- 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%}