diff --git a/files/templates/submit.html b/files/templates/submit.html index f245b3ccd..4a5f5744e 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -1,187 +1,169 @@ - - - - - - - - +{% block title %} +Create a post - {{'SITE_NAME' | app_config}} +{% endblock %} - {% if request.host == 'pcmemes.net' %} - {% set cc='Splash Mountain' %} - {% else %} - {% set cc='Country Club' %} - {% endif %} +{% extends "default.html" %} - {% block title %} - Create a post - {{'SITE_NAME' | app_config}} - {% endblock %} +{% block subHeader %} +
+
+
+

+ Create a post +

+ + Share text, hyperlinks, or image macros with the community. + +
+
+
+{% endblock %} - +{% block content %} - - {% block stylesheets %} - {% if v %} - - - {% if v.agendaposter %}{% elif v.css %}{% endif %} - {% else %} - - - - {% endif %} - {% endblock %} +
+
- +
- +
- {% include "header.html" %} +
- {% block form %} +

Create a post

- -
- +

Create a post

-
+
-
+ -
- -

Create a post

- -

Create a post

- -
- - - - + - + - + -
- - - To post an image, use a direct image link such as i.imgur.com -
-
-
+
+ + + 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. -
-
+ + + Optional if you have text. + You can upload images or videos up to 1 minute long. +
+
- + -
- - -
- Toggle preview -
- -
- -
-
- -

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

-												
-												

-
-												
- - -
-
- - -
- - {% if v.paid_dues %} -
- - -
- {% endif %} -
-
-
-
-
-
-
-												
-
- -
+
+ +
+ Toggle preview
-
-
-
- Cancel -
-
- {% if error %}{{error}}{% endif %} - -
-
+
+ +
+
+ +

+ + + +   + + + +   + + + +   + +   + + + + +

+					
+					

+
+					
+ + +
+
+ + +
+ + {% if v.paid_dues %} +
+ + +
+ {% endif %} +
+
+
+
+
+
+
+					
- +
- {% endblock %} - - +
+
+
+ Cancel +
+
+ {% if error %}{{error}}{% endif %} + +
+
+
- + +
+{% endblock %} - {% include "emoji_modal.html" %} - {% include "gif_modal.html" %} +{% block modals %} - +{% include "emoji_modal.html" %} +{% include "gif_modal.html" %} - \ No newline at end of file +{% endblock %} + +{% block scripts %} + + + + + +{% endblock %} diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 3462723ef..190a9af63 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -33,9 +33,9 @@ {% block desktopUserBanner %} -
+