diff --git a/files/templates/userpage/userpage.html b/files/templates/userpage/userpage.html index b3a789d8e3..faa6340a72 100644 --- a/files/templates/userpage/userpage.html +++ b/files/templates/userpage/userpage.html @@ -44,7 +44,6 @@ {% endif %} {% if v and v.id != u.id and request.path.endswith('/posts') %} - {% include "modals/emoji.html" %} {% include "modals/gif.html" %} {% endif %} {% endblock %}