diff --git a/files/templates/comments.html b/files/templates/comments.html
index ccdb40313..bac95512f 100644
--- a/files/templates/comments.html
+++ b/files/templates/comments.html
@@ -419,18 +419,6 @@
{% endif %}
- {% if v.id != c.author_id and not c.ghost %}
-
-
-
-
- {% if (c.is_notif and c.author_id != AUTOJANNY_ID) or request.path == '/notifications/messages' %}
-
-
-
- {% endif %}
- {% endif %}
-
{% if c.parent_post %}
{% set url = "" %}
@@ -449,6 +437,18 @@
{% endif %}
{% endif %}
+ {% if v.id != c.author_id and not c.ghost %}
+
+
+
+
+ {% if (c.is_notif and c.author_id != AUTOJANNY_ID) or request.path == '/notifications/messages' %}
+
+
+
+ {% endif %}
+ {% endif %}
+
{% if v.admin_level >= PERMS['POST_COMMENT_MODERATION'] %}