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" %}