From 9bd9e57922007e2e133d11488af838645e986045 Mon Sep 17 00:00:00 2001 From: deing Date: Fri, 6 Sep 2019 16:43:44 +0200 Subject: [PATCH] Add subgroups list in group sidebar --- tildes/tildes/templates/topic_listing.jinja2 | 11 +++++++++++ tildes/tildes/views/topic.py | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/tildes/tildes/templates/topic_listing.jinja2 b/tildes/tildes/templates/topic_listing.jinja2 index 7eec9fd..37d3fec 100644 --- a/tildes/tildes/templates/topic_listing.jinja2 +++ b/tildes/tildes/templates/topic_listing.jinja2 @@ -224,6 +224,17 @@ {{ group.sidebar_rendered_html|safe }} {% endif %} + {% if subgroups %} + + {% endif %} + {% if wiki_pages or wiki_has_index %}