From 9c4feccae33a4a4fc82494285bc4146ba7e7353b Mon Sep 17 00:00:00 2001 From: aroberts-fox Date: Sat, 7 Dec 2024 16:04:07 -0500 Subject: [PATCH] Adding community_links filter to side pane --- app/templates/_side_pane.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/_side_pane.html b/app/templates/_side_pane.html index 73453a0f..8c0d424e 100644 --- a/app/templates/_side_pane.html +++ b/app/templates/_side_pane.html @@ -32,7 +32,7 @@

{{ community.title }}

-

{{ community.description_html|safe if community.description_html else '' }}

+

{{ community.description_html|community_links|safe if community.description_html else '' }}

{{ community.rules_html|safe if community.rules_html else '' }}

{% if len(mods) > 0 and not community.private_mods -%}

Moderators