diff --git a/files/templates/userpage.html b/files/templates/userpage.html index e7461b6b32..792a72ad54 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -118,41 +118,37 @@ + + +{% if listing %} +
+ +
+{% endif %} + {% endblock %} {% block sidebar %} {% include "/sidebars/ProfileSidebar.html" %} {% endblock %} -{% block pagenav %} -{% if listing %} - -{% endif %} - - -{% endblock %} - {% block modals %} {% if v %} {% include "emoji_modal.html" %}