From ba0f7bac4861a6e779f773951a184eb43c5111f9 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Sun, 8 Sep 2024 17:03:51 +1200 Subject: [PATCH] show community layout on admin list --- app/templates/admin/communities.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/templates/admin/communities.html b/app/templates/admin/communities.html index ed2e628d..af30b748 100644 --- a/app/templates/admin/communities.html +++ b/app/templates/admin/communities.html @@ -23,6 +23,7 @@ Topic # Posts Retention + Layout Home Popular All @@ -36,6 +37,7 @@ {{ community.topic.name }} {{ community.post_count }} {{ community.content_retention if community.content_retention != -1 }} + {{ community.default_layout if community.default_layout }} {{ '✓'|safe if community.show_home else '✗'|safe }} {{ '✓'|safe if community.show_popular else '✗'|safe }} {{ '✓'|safe if community.show_all else '✗'|safe }}