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]) %}
+ {{ _('Create post') }}
{% 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 %} - {{ render_username(user) }} + {{ render_username(user) }} {% if user.is_local() %} Local {% else %} {{ user.ap_domain }}{% endif %} {{ arrow.get(user.last_seen).humanize(locale=locale) }} @@ -99,7 +99,7 @@ {% for user in banned_people %} - {{ render_username(user) }} + {{ render_username(user) }} {% if user.is_local() %} Local {% else %} {{ user.ap_domain }}{% endif %} {{ user.reports if user.reports > 0 }} {{ user.ip_address if user.ip_address }}