From 7b2b6f4ddf80c6d1fa2e9b654ac7d9755860e171 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sat, 4 Dec 2021 10:38:17 -0600 Subject: [PATCH] fix --- files/templates/submit.html | 246 ++++++++++++++++-------------------- 1 file changed, 106 insertions(+), 140 deletions(-) diff --git a/files/templates/submit.html b/files/templates/submit.html index a3e47c923..e4f84d0e2 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -28,157 +28,123 @@
-
+ + -
- -
- - - -
- - - - - - -
- -
- - - - -
-
- -
- - - To post an image, use a direct image link such as i.imgur.com -
-
-
- - - - Optional if you have text. - You can upload images or videos up to 1 minute long. -
-
- - - -
- - -
- Toggle preview -
- -
- -
-
- -

- - - -   - - - -   - - - -   - -   - - - - -

-					
-					

-
-					
- - -
-
- - -
- - {% if v.paid_dues %} -
- - -
- {% endif %} -
-
-
-
-
-
-
-					
-
- -
- -
- -
-
-
- Cancel -
-
- {% if error %}{{error}}{% endif %} - -
+ +
+ +
+ + + +
+ +
+ +
+ + + + To post an image, use a direct image link such as i.imgur.com + +
+
+ + +
+ +
+ + + + You may upload videos up to 1 minute long. + +
+ + +
+ +
+
+ + +
+ + +
+ +
    +
  • + +
  • +
  • + +
  • +
  • + +
  • +
  • + +
  • +
  • + +
  • +
+ +
+ Formatting help +
+ +
+ Toggle preview +
+
+ + {% if error %}{{error}}{% endif %} +
{% endblock %} +{% block sidebar %} + {% include '/sidebars/SubmitSidebar.html' %} +{% endblock %} + {% block modals %} - -{% include "emoji_modal.html" %} -{% include "gif_modal.html" %} - + {% include "emoji_modal.html" %} + {% include "gif_modal.html" %} {% endblock %} {% block scripts %} - - - - - + + {% endblock %}