Adding community_links filter to side pane

This commit is contained in:
aroberts-fox 2024-12-07 16:04:07 -05:00
parent 9f1ea40b4e
commit 9c4feccae3

View file

@ -32,7 +32,7 @@
<h2>{{ community.title }}</h2> <h2>{{ community.title }}</h2>
</div> </div>
<div class="card-body"> <div class="card-body">
<p>{{ community.description_html|safe if community.description_html else '' }}</p> <p>{{ community.description_html|community_links|safe if community.description_html else '' }}</p>
<p>{{ community.rules_html|safe if community.rules_html else '' }}</p> <p>{{ community.rules_html|safe if community.rules_html else '' }}</p>
{% if len(mods) > 0 and not community.private_mods -%} {% if len(mods) > 0 and not community.private_mods -%}
<h3>Moderators</h3> <h3>Moderators</h3>