From: Jonathan S. Katz Date: Wed, 18 Apr 2018 19:12:52 +0000 (-0400) Subject: Add back in

tag on regular message page X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=53acfcab4dcdb6c1c6a3cead20352bd2e6ac8734;p=pgarchives.git Add back in

tag on regular message page --- diff --git a/django/archives/mailarchives/templates/message.html b/django/archives/mailarchives/templates/message.html index c136ac0..0193acd 100644 --- a/django/archives/mailarchives/templates/message.html +++ b/django/archives/mailarchives/templates/message.html @@ -20,5 +20,8 @@ $(function(){ {%endblock%} {%block contents%} +{%if not msg.hiddenstatus%} +

{{msg.subject}}

+{%endif%} {% include '_message.html' with msg=msg lists=lists %} {%endblock%}