fsd
This commit is contained in:
parent
705c5ccae1
commit
e0a5835a58
2 changed files with 5 additions and 5 deletions
|
@ -514,7 +514,7 @@ def edit_post(pid, v):
|
||||||
over_18=False,
|
over_18=False,
|
||||||
is_bot=True,
|
is_bot=True,
|
||||||
app_id=None,
|
app_id=None,
|
||||||
is_pinned=True,
|
is_pinned='AutoJanny',
|
||||||
distinguish_level=6,
|
distinguish_level=6,
|
||||||
body_html=body_jannied_html,
|
body_html=body_jannied_html,
|
||||||
)
|
)
|
||||||
|
@ -546,7 +546,7 @@ def edit_post(pid, v):
|
||||||
over_18=False,
|
over_18=False,
|
||||||
is_bot=True,
|
is_bot=True,
|
||||||
app_id=None,
|
app_id=None,
|
||||||
is_pinned=True,
|
is_pinned='AutoJanny',
|
||||||
distinguish_level=6,
|
distinguish_level=6,
|
||||||
body_html=body_jannied_html,
|
body_html=body_jannied_html,
|
||||||
)
|
)
|
||||||
|
@ -1086,7 +1086,7 @@ def submit_post(v):
|
||||||
over_18=False,
|
over_18=False,
|
||||||
is_bot=True,
|
is_bot=True,
|
||||||
app_id=None,
|
app_id=None,
|
||||||
is_pinned=True,
|
is_pinned='AutoJanny',
|
||||||
distinguish_level=6,
|
distinguish_level=6,
|
||||||
body_html=body_jannied_html,
|
body_html=body_jannied_html,
|
||||||
)
|
)
|
||||||
|
@ -1118,7 +1118,7 @@ def submit_post(v):
|
||||||
over_18=False,
|
over_18=False,
|
||||||
is_bot=True,
|
is_bot=True,
|
||||||
app_id=None,
|
app_id=None,
|
||||||
is_pinned=True,
|
is_pinned='AutoJanny',
|
||||||
distinguish_level=6,
|
distinguish_level=6,
|
||||||
body_html=body_jannied_html,
|
body_html=body_jannied_html,
|
||||||
)
|
)
|
||||||
|
|
|
@ -78,7 +78,7 @@
|
||||||
<div id="image-upload-block">
|
<div id="image-upload-block">
|
||||||
<div><label class="mt-3">Attachment Upload</label></div>
|
<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">
|
<label class="btn btn-secondary m-0" for="file-upload">
|
||||||
<div id="filename-show">Select File</div>
|
<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>
|
<input id="file-upload" type="file" name="file" {% if request.headers.get('cf-ipcountry')=="T1" %}disabled{% endif %} accept="image/*, video/*" hidden>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue