From efaad875320c4aed9b843a0876a0de81fad8f6bb Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Tue, 22 May 2018 09:16:16 -0400 Subject: [PATCH] Modified anchor tag formatting on whole thread view. This fixes a bug where clicking "Whole Thread" from the singular message view would not automatically scroll to the message in the context of the whole email thread. --- django/archives/mailarchives/templates/message_flat.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/archives/mailarchives/templates/message_flat.html b/django/archives/mailarchives/templates/message_flat.html index b51c16b..0eeb4d7 100644 --- a/django/archives/mailarchives/templates/message_flat.html +++ b/django/archives/mailarchives/templates/message_flat.html @@ -17,7 +17,7 @@ window.onload = load;

{{msg.subject}}

{%endif%} {%for m in allmsg %} - + {% include '_message.html' with msg=m show_all=True %} {% if not forloop.last %}
-- 2.39.5