diff --git a/app/templates/community/community_mod_list.html b/app/templates/community/community_mod_list.html
index b767f0ef..998a34a1 100644
--- a/app/templates/community/community_mod_list.html
+++ b/app/templates/community/community_mod_list.html
@@ -40,7 +40,7 @@
{% if not community.is_owner(moderator) %}
{{ _('Remove') }}{% endif %} |
+ rel="nofollow"> {{ _('Remove') }}{% endif %}
{% endfor %}
diff --git a/app/templates/user/filters.html b/app/templates/user/filters.html
index e51fa676..e9718bf9 100644
--- a/app/templates/user/filters.html
+++ b/app/templates/user/filters.html
@@ -88,7 +88,7 @@
{% for user in blocked_users %}
{{ user.display_name() }} |
- {{ _('Unblock') }} |
+ {{ _('Unblock') }} |
{% endfor %}
@@ -106,7 +106,7 @@
{% for community in blocked_communities %}
{{ community.title }} |
- {{ _('Unblock') }} |
+ {{ _('Unblock') }} |
{% endfor %}
@@ -124,7 +124,7 @@
{% for domain in blocked_domains %}
{{ domain.name }} |
- {{ _('Unblock') }} |
+ {{ _('Unblock') }} |
{% endfor %}
@@ -142,7 +142,7 @@
{% for instance in blocked_instances %}
{{ instance.domain }} |
- {{ _('Unblock') }} |
+ {{ _('Unblock') }} |
{% endfor %}