diff --git a/crates/app/src/public/html/components.html b/crates/app/src/public/html/components.html index 4c70d79..8e081a8 100644 --- a/crates/app/src/public/html/components.html +++ b/crates/app/src/public/html/components.html @@ -145,7 +145,7 @@ community=false, show_community=true, can_manage_post=false) -%} {%- endmacro %} {% macro post(post, owner, secondary=false, community=false, show_community=true, can_manage_post=false) -%} {% if community and -show_community and post.community != config.town_square %} +show_community %}
- {% if community and show_community and post.community != config.town_square - %} + {% if community and show_community %} {% endif %} {%- endmacro %} {% macro notification(notification) -%}
diff --git a/crates/app/src/public/html/mod/audit_log.html b/crates/app/src/public/html/mod/audit_log.html index 02c9568..2a163c1 100644 --- a/crates/app/src/public/html/mod/audit_log.html +++ b/crates/app/src/public/html/mod/audit_log.html @@ -23,7 +23,9 @@
- {{ item.content|markdown|safe }} + {{ item.content|markdown|safe }}
{% endfor %}