diff --git a/app/templates/community/_community_nav.html b/app/templates/community/_community_nav.html index a49a9010..39c30b98 100644 --- a/app/templates/community/_community_nav.html +++ b/app/templates/community/_community_nav.html @@ -1,6 +1,7 @@ {% if community %} {% if not community.restricted_to_mods or (community.restricted_to_mods and current_user.is_authenticated and community_membership(current_user, community) in [SUBSCRIPTION_MODERATOR, SUBSCRIPTION_OWNER]) %}
{% endif %} diff --git a/app/templates/community/community_moderate_subscribers.html b/app/templates/community/community_moderate_subscribers.html index 4d3090c3..1d4ecd7e 100644 --- a/app/templates/community/community_moderate_subscribers.html +++ b/app/templates/community/community_moderate_subscribers.html @@ -39,7 +39,7 @@ {% for user in subscribers.items %}