forked from rDrama/rDrama
1
0
Fork 0

Merge branch 'frost' into champagne

master
kek7198 2021-12-27 23:19:38 -06:00
commit 89b2e10400
2 changed files with 5 additions and 5 deletions

View File

@ -514,7 +514,7 @@ def edit_post(pid, v):
over_18=False,
is_bot=True,
app_id=None,
is_pinned=True,
is_pinned='AutoJanny',
distinguish_level=6,
body_html=body_jannied_html,
)
@ -546,7 +546,7 @@ def edit_post(pid, v):
over_18=False,
is_bot=True,
app_id=None,
is_pinned=True,
is_pinned='AutoJanny',
distinguish_level=6,
body_html=body_jannied_html,
)
@ -1086,7 +1086,7 @@ def submit_post(v):
over_18=False,
is_bot=True,
app_id=None,
is_pinned=True,
is_pinned='AutoJanny',
distinguish_level=6,
body_html=body_jannied_html,
)
@ -1118,7 +1118,7 @@ def submit_post(v):
over_18=False,
is_bot=True,
app_id=None,
is_pinned=True,
is_pinned='AutoJanny',
distinguish_level=6,
body_html=body_jannied_html,
)

View File

@ -78,7 +78,7 @@
<div id="image-upload-block">
<div><label class="mt-3">Attachment Upload</label></div>
<img alt="image preview" loading="lazy" id="image-preview" class="w-100">
<img loading="lazy" id="image-preview" class="w-100">
<label class="btn btn-secondary m-0" for="file-upload">
<div id="filename-show">Select File</div>
<input id="file-upload" type="file" name="file" {% if request.headers.get('cf-ipcountry')=="T1" %}disabled{% endif %} accept="image/*, video/*" hidden>