From eb7435321743569e17959b53d02ecacf2a540925 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 17 Jan 2022 14:45:24 +0200 Subject: [PATCH] bbb --- files/templates/userpage.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 0a1172bd79..7f5018470e 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -170,10 +170,6 @@ Revert admin actions {% endif %} {% endif %} - - {% if '/comments' not in request.path %} - {% include "emoji_modal.html" %} - {% endif %}
@@ -733,6 +729,11 @@ } + +{% if v and v.id != u.id and '/comments' not in request.path %} + {% include "emoji_modal.html" %} +{% endif %} + {% endblock %} {% block GIFpicker %}