From 1dadf32e3256643688ad81446173629fa375115d Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 6 Dec 2021 14:28:25 -0600 Subject: [PATCH] fix --- files/templates/sidebars/SubmitSidebar.html | 6 +++--- files/templates/submit.html | 22 ++++++++++++++++++--- 2 files changed, 22 insertions(+), 6 deletions(-) diff --git a/files/templates/sidebars/SubmitSidebar.html b/files/templates/sidebars/SubmitSidebar.html index 7321d707c..c40a67cdf 100644 --- a/files/templates/sidebars/SubmitSidebar.html +++ b/files/templates/sidebars/SubmitSidebar.html @@ -2,16 +2,16 @@

Options

- +
- +
{% if v.paid_dues %}
- +
{% endif %} diff --git a/files/templates/submit.html b/files/templates/submit.html index 84845f760..98cbc11d5 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -25,7 +25,6 @@ {% endblock %} {% block content %} -
@@ -33,7 +32,7 @@
{{ v.username }}
-
+
@@ -134,6 +133,24 @@ + + +
    +
  • + + +
  • +
  • + + +
  • + {% if v.paid_dues %} +
  • + + +
  • + {% endif %} +
{% endblock %} @@ -141,7 +158,6 @@ {% block sidebar %} {% include '/sidebars/SubmitSidebar.html' %} {% endblock %} - {% block modals %} {% include "emoji_modal.html" %}