diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 0a1172bd7..7f5018470 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 %}