This commit is contained in:
parent
38842ec947
commit
d21e5e0bf6
@ -6,7 +6,11 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<a class="btn-floating halfway-fab waves-effect waves-light red" href="#post-{{ target_post_id }}"><i class="material-icons">>>{{ target_post_id }}</i></a>
|
<a class="btn-floating halfway-fab waves-effect waves-light red" href="#post-{{ target_post_id }}"><i class="material-icons">>>{{ target_post_id }}</i></a>
|
||||||
</div>
|
</div>
|
||||||
<form hx-encoding='multipart/form-data' _='on htmx:xhr:progress(loaded, total) set #progress.value to (loaded/total)*100'>
|
<form
|
||||||
|
hx-encoding='multipart/form-data'
|
||||||
|
_='on htmx:xhr:progress(loaded, total) set #progress.value to (loaded/total)*100'
|
||||||
|
hx-on::after-request="this.reset()"
|
||||||
|
>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="input-field col s6">
|
<div class="input-field col s6">
|
||||||
<input id="send_this_text" name="send_this_text" type="text" >
|
<input id="send_this_text" name="send_this_text" type="text" >
|
||||||
|
Loading…
Reference in New Issue
Block a user