From 5e1ec8fcf7a7cec66101ce1ad5e4414e0559ea41 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 6 Dec 2021 14:26:38 -0600 Subject: [PATCH] fix --- files/templates/submit.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/templates/submit.html b/files/templates/submit.html index b4c913786..84845f760 100644 --- a/files/templates/submit.html +++ b/files/templates/submit.html @@ -25,6 +25,7 @@ {% endblock %} {% block content %} +
@@ -32,7 +33,7 @@
{{ v.username }}
- +
@@ -131,10 +132,8 @@
- -
{% endblock %} @@ -142,6 +141,7 @@ {% block sidebar %} {% include '/sidebars/SubmitSidebar.html' %} {% endblock %} + {% block modals %} {% include "emoji_modal.html" %}