diff --git a/files/templates/submission.html b/files/templates/submission.html index 7d0c8aba7..ff6a19bd6 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -160,9 +160,9 @@ {% if v and v.admin_level == 6 and v.id!=p.author_id %} {% if p.author.is_suspended %} - + {% else %} - + {% endif %} {% endif %} diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index b9c4aba58..954a5bab1 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -362,9 +362,9 @@ {% if v and v.admin_level == 6 and v.id!=p.author_id %} {% if p.author.is_suspended %} - + {% else %} - + {% endif %} {% endif %}