From 2bd7fea5234bc872a53c52e4b3272d0a85fbe11c Mon Sep 17 00:00:00 2001 From: kek7198 Date: Tue, 7 Dec 2021 22:11:32 -0600 Subject: [PATCH] fix --- files/templates/userpage.html | 54 ++++++++++++++++------------------- 1 file changed, 25 insertions(+), 29 deletions(-) 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" %}