diff --git a/app/templates/community/_community_moderation_nav.html b/app/templates/community/_community_moderation_nav.html index 51dea95d..12a54047 100644 --- a/app/templates/community/_community_moderation_nav.html +++ b/app/templates/community/_community_moderation_nav.html @@ -1,14 +1,22 @@
Are you sure you want to delete this community? This is irreversible and will delete all posts and comments associated with it.
{{ render_form(form) }} + Go back{{ _('Edit and configure this community') }}
diff --git a/app/templates/community/community_mod_list.html b/app/templates/community/community_mod_list.html index fcb13f22..16e306a6 100644 --- a/app/templates/community/community_mod_list.html +++ b/app/templates/community/community_mod_list.html @@ -16,10 +16,12 @@{{ _('See and change who moderates this community') }}
diff --git a/app/templates/community/community_moderate.html b/app/templates/community/community_moderate.html index df481696..881c9618 100644 --- a/app/templates/community/community_moderate.html +++ b/app/templates/community/community_moderate.html @@ -15,16 +15,16 @@{{ _('See and handle all reports made about %(community)s', community=community.display_name()) }}
{% if reports.items %}