diff --git a/drama/templates/comments.html b/drama/templates/comments.html index b51c87fe0..f24b9a9c1 100644 --- a/drama/templates/comments.html +++ b/drama/templates/comments.html @@ -315,7 +315,7 @@ {% if not v.id==c.author_id and v.admin_level == 0 %} Block user + >Block user {% endif %} {% if not v.id==c.author_id and v.admin_level == 1 %} @@ -518,7 +518,7 @@ {% if not v.id==c.author_id and v.admin_level == 0 %}
  • - Block user + Block user
  • {% endif %} {% endif %} diff --git a/drama/templates/settings2.html b/drama/templates/settings2.html index 4fc197ed3..6fd98a376 100644 --- a/drama/templates/settings2.html +++ b/drama/templates/settings2.html @@ -8,8 +8,28 @@ + + + + + + + + + + + + + + + + + + + + {% block pagetitle %}Drama{% endblock %} @@ -119,7 +139,7 @@
  • Block user
  • + >Block user
  • Unblock user
  • + >Unblock user {% endif %} {% if not v.id==p.author_id and v.admin_level == 1 %} diff --git a/drama/templates/submission_listing.html b/drama/templates/submission_listing.html index 8c7266115..47d0a9bc9 100644 --- a/drama/templates/submission_listing.html +++ b/drama/templates/submission_listing.html @@ -217,8 +217,8 @@ {% endif %} {% if not v.id==p.author_id and v.admin_level == 0 %} -
  • Block user
  • -
  • Unblock user
  • +
  • Block user
  • +
  • Unblock user
  • {% endif %} {% if v.admin_level >=3 and v.id!=p.author_id %} @@ -397,9 +397,9 @@ {% if v and not v.id==p.author_id and v.admin_level == 0 %} + >Block user + >Unblock user {% endif %}