From 5b1addab9f1de57b505239eecf5f86d126a2207d Mon Sep 17 00:00:00 2001 From: Deimos Date: Mon, 6 Jul 2020 17:03:34 -0600 Subject: [PATCH] Hide old-scheduled-topic message if not logged in --- tildes/tildes/templates/topic.jinja2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tildes/tildes/templates/topic.jinja2 b/tildes/tildes/templates/topic.jinja2 index 775ef9c..20d8eaa 100644 --- a/tildes/tildes/templates/topic.jinja2 +++ b/tildes/tildes/templates/topic.jinja2 @@ -288,7 +288,8 @@ -{% elif topic.was_posted_by_scheduler +{% elif request.user + and topic.was_posted_by_scheduler and topic.schedule.only_new_top_level_comments_in_latest and topic != topic.schedule.latest_topic %}