From 1e41955823df852a854d22cdecf39aabc9990f7b Mon Sep 17 00:00:00 2001 From: kek7198 Date: Fri, 10 Dec 2021 00:26:12 -0600 Subject: [PATCH] fix --- files/templates/userpage.html | 101 +++++++++++++++++++--------------- 1 file changed, 58 insertions(+), 43 deletions(-) diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 740faf1d92..d1d23b99ed 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -67,26 +67,26 @@ {% endif %} {% if v.id != u.id %} -
  • - -
  • - {% if u.id != 995 %} -
  • - -
  • - {% endif %} -
  • - -
  • +
  • + +
  • + {% if u.id != 995 %} +
  • + +
  • + {% endif %} +
  • + +
  • {% endif %} @@ -161,11 +161,11 @@
    - {% if u.bio_html %} + {% if u.bio_html %}
    {{u.bio_html | safe}}
    - {% else %} + {% else %}

    No bio...

    - {% endif %} + {% endif %}
    {% if u.id == v.id or not u.is_private %}
    @@ -248,6 +248,21 @@ {% block content %}
    + + {% if u.is_suspended %} + +
    + +
    + + + {{ u.username }} was banned by + @{{u.banned_by.username}} + +
    +
    + {% endif %} +
    {% if not "saved" in request.full_path %}
    @@ -256,31 +271,31 @@ {% endif %}
      - {% include "submission_listing.html" %} + {% include "submission_listing.html" %}
    {% if listing %} -
    - {% if page>1 %} - - Prev - - {% else %} - Prev - {% endif %} - {% if next_exists %} - Next - {% else %} - Next - {% endif %} -
    +
    + {% if page>1 %} + + Prev + + {% else %} + Prev + {% endif %} + {% if next_exists %} + Next + {% else %} + Next + {% endif %} +
    {% endif %}
    {% endblock %} {% block sidebar %} - {% include "/sidebars/ProfileSidebar.html" %} +{% include "/sidebars/ProfileSidebar.html" %} {% endblock %} {% block modals %}