From 7c2d95709a2b5c775cf76940ac3fbf95c7394974 Mon Sep 17 00:00:00 2001 From: Deimos Date: Thu, 7 Nov 2019 00:24:39 -0700 Subject: [PATCH] Show a group's scheduled topics in its sidebar This adds a list of a group's recurring scheduled topics to its sidebar, linking to the newest topic for each one. --- tildes/tildes/templates/topic_listing.jinja2 | 11 ++++++++ tildes/tildes/views/topic.py | 27 ++++++++++++++++++-- 2 files changed, 36 insertions(+), 2 deletions(-) diff --git a/tildes/tildes/templates/topic_listing.jinja2 b/tildes/tildes/templates/topic_listing.jinja2 index 6c3c60b..30430cd 100644 --- a/tildes/tildes/templates/topic_listing.jinja2 +++ b/tildes/tildes/templates/topic_listing.jinja2 @@ -231,6 +231,17 @@ {% endif %} + {% if most_recent_scheduled_topics %} + + {% endif %} + {% if wiki_pages or wiki_has_index %}