From 70cc7c236f6a3a95c42286e4caa894350857b144 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 28 Sep 2021 05:16:13 +0200 Subject: [PATCH] fds --- files/templates/comments.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 298f037426..02a7f229a5 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -22,12 +22,14 @@ } --> - {% if v %} + {% include "award_modal.html" %} {% endif %} + + {% if v and v.admin_level == 6 %} @@ -579,7 +581,6 @@ {% if v %} {% include "gif_modal.html" %} {% include "emoji_modal.html" %} - {% include "award_modal.html" %} {% if v.admin_level == 6 %} {% include "ban_modal.html" %} {% endif %}