forked from MarseyWorld/MarseyWorld
negus
parent
36a01f05c9
commit
2eda7a5c42
File diff suppressed because one or more lines are too long
|
@ -256,7 +256,7 @@
|
|||
</div>
|
||||
</nav>
|
||||
|
||||
<script src="/static/assets/js/header.js?a=248"></script>
|
||||
<script src="/static/assets/js/header.js?a=249"></script>
|
||||
|
||||
{% if v and not err %}
|
||||
<div id="formkey" class="d-none">{{v.formkey}}</div>
|
||||
|
|
|
@ -128,7 +128,6 @@
|
|||
|
||||
<div class="text-small font-weight-bold mt-1" id="character-count-submit-text-form" style="right: 1rem; bottom: 0.5rem; z-index: 3;"></div>
|
||||
|
||||
<div id="preview" class="preview my-3"></div>
|
||||
</div>
|
||||
|
||||
<p></p>
|
||||
|
@ -155,6 +154,8 @@
|
|||
<input autocomplete="off" id="file-upload-submit" multiple="multiple" type="file" name="file2" accept="image/*, video/*" {% if request.headers.get('cf-ipcountry')=="T1" %}disabled{% endif %} onchange="changename('filename-show-submit','file-upload-submit')" hidden>
|
||||
</label>
|
||||
|
||||
<div id="preview" class="preview my-3"></div>
|
||||
|
||||
<pre></pre>
|
||||
<div class="form-text text-small"><a href="/formatting" {% if v and v.newtab and not g.webview %}target="_blank"{% endif %}>Formatting help</a></div>
|
||||
<pre></pre>
|
||||
|
|
Loading…
Reference in New Issue