diff --git a/files/templates/submission.html b/files/templates/submission.html index 6c3bf70eb..7c89209e9 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -527,11 +527,6 @@ {% endfor %} - - {% if p.author.sig_html and (p.author_id == 1904 or not (v and v.sigs_disabled)) %} -
- {{p.author.sig_html | safe}} - {% endif %} {% if p.is_banned and p.ban_reason %}
removed by @{{p.ban_reason}}
@@ -551,6 +546,13 @@ {% include "embeds/youtube.html" %} {% endif %} {% endif %} + + + {% if p.author.sig_html and (p.author_id == 1904 or not (v and v.sigs_disabled)) %} +
+ {{p.author.sig_html | safe}} + {% endif %} + {% if v and (v.id==p.author_id or v.admin_level==6 and v.id in [1,28,995,2513]) and not v.is_suspended %}