mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
Adding community_links filter to side pane
This commit is contained in:
parent
9f1ea40b4e
commit
9c4feccae3
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue