diff --git a/files/templates/comments.html b/files/templates/comments.html index bbac51c780..e0239d5429 100755 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -439,7 +439,7 @@ {% if v and not v.id==c.author_id and v.admin_level == 0 %} Unblock user - Block user + Block user {% endif %} {% if v and c.post and (v.admin_level >= 1 or v.id == c.post.author_id) and c.level == 1 %} @@ -610,7 +610,7 @@ {% endif %} {% if not v.id==c.author_id and v.admin_level == 0 %} - Block user + Block user Unblock user {% endif %} {% endif %} diff --git a/files/templates/submission.html b/files/templates/submission.html index cbc4ce1bcd..3929774296 100755 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -363,7 +363,7 @@ {% endif %} {% if v and v.id != p.author_id and v.admin_level == 0 %} - + {% endif %} @@ -637,7 +637,7 @@ {% endif %} {% if not v.id==p.author_id and v.admin_level == 0 %} - Block user + Block user Unblock user {% endif %} diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index caa4608630..8950d82c31 100755 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -280,7 +280,7 @@ {% endif %} {% if not v.id==p.author_id and not v.admin_level %} - Block user + Block user Unblock user {% endif %} @@ -441,7 +441,7 @@ {% endif %} {% if v and v.id != p.author_id and not v.admin_level %} - + {% endif %}