From 75f61024dbf0fd087413982ce822bc2cb93c043b Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 17 Jan 2022 14:44:16 +0200 Subject: [PATCH] bb --- files/templates/userpage.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 31ede85d4..0a1172bd7 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -170,6 +170,10 @@ Revert admin actions {% endif %} {% endif %} + + {% if '/comments' not in request.path %} + {% include "emoji_modal.html" %} + {% endif %}
@@ -729,11 +733,6 @@ } - -{% if v %} - {% include "emoji_modal.html" %} -{% endif %} - {% endblock %} {% block GIFpicker %}