forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-04-18 18:09:44 +02:00
parent d7fa942d85
commit 56377f5bab
1 changed files with 13 additions and 11 deletions

View File

@ -77,18 +77,20 @@
<input type="hidden" name="formkey" value="{{v.formkey}}">
<label class='mt-4' for="title">Hole</label>
{% if SITE != 'cringetopia.org' %}
<label class='mt-4' for="title">Hole</label>
<div class="input-group mb2">
<input list="subs" autocomplete="off" id='sub' class="form-control" form="submitform" name="sub" oninput="savetext()" {% if sub %}value="{{sub.name}}"{% endif %} placeholder="Optional">
<datalist id="subs">
{% for s in SUBS %}
<option value="{{s}}"></option>
{% endfor %}
</datalist>
</div>
<div class="mt-1" style="font-size: min(3.5vw,14px)"><span style="color:#ffcccb ">WARNING</span>: Selecting a hole considerably reduces the number of people who will see your post. Don't select a hole unless that's what you want.</div>
<div class="input-group mb2">
<input list="subs" autocomplete="off" id='sub' class="form-control" form="submitform" name="sub" oninput="savetext()" {% if sub %}value="{{sub.name}}"{% endif %} placeholder="Optional">
<datalist id="subs">
{% for s in SUBS %}
<option value="{{s}}"></option>
{% endfor %}
</datalist>
</div>
<div class="mt-1" style="font-size: min(3.5vw,14px)"><span style="color:#ffcccb ">WARNING</span>: Selecting a hole considerably reduces the number of people who will see your post. Don't select a hole unless that's what you want.</div>
{% endif %}
<label class='mt-4' for="title">Post Title</label>