remotes/1693045480750635534/spooky-22
kek7198 2021-12-06 14:26:38 -06:00
parent b65a4adb91
commit 5e1ec8fcf7
1 changed files with 3 additions and 3 deletions

View File

@ -25,6 +25,7 @@
{% endblock %}
{% block content %}
<form id="submitform" action="/submit" method="post" enctype="multipart/form-data" class="flex flex-col space-y-6">
<div class="col-span-full xl:col-span-9 sm:py-4 px-2.5 md:px-0 my-2.5 sm:my-0">
<div class="flex items-center mb-4">
@ -32,7 +33,7 @@
<div class="text-lg text-black font-bold pl-2">{{ v.username }}</div>
</div>
<form id="submitform" action="/submit" method="post" enctype="multipart/form-data" class="flex flex-col space-y-6">
<div class="flex flex-col space-y-6">
<!-- Post title field section -->
<div class="flex flex-col">
@ -131,10 +132,8 @@
</div>
<div id="preview" class="my-3"></div>
<!-- User form key (required) -->
<input type="hidden" name="formkey" value="{{v.formkey}}" class="hidden">
</form>
</div>
{% endblock %}
@ -142,6 +141,7 @@
{% block sidebar %}
{% include '/sidebars/SubmitSidebar.html' %}
{% endblock %}
</form>
{% block modals %}
{% include "emoji_modal.html" %}