Merge pull request 'Adding community_links filter to side pane' (#379) from JollyDevelopment/pyfedi:jollydev/fix-community-sidebar-url-filters-00 into main

Reviewed-on: https://codeberg.org/rimu/pyfedi/pulls/379
This commit is contained in:
rimu 2024-12-08 22:42:58 +00:00
commit 7d8421a8cf

View file

@ -32,7 +32,7 @@
<h2>{{ community.title }}</h2>
</div>
<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>
{% if len(mods) > 0 and not community.private_mods -%}
<h3>Moderators</h3>