check many hexes
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not
2023-07-19 00:14:13 +10:00
parent 1e2d39a5c0
commit e7fee4999e
2 changed files with 46 additions and 16 deletions

View File

@@ -18,24 +18,17 @@
</div>
</div>
</div>
<div class="card-action">
<button class="btn waves-effect waves-light" type="submit" name="action">Отправить!!
<div class="card-action">
<button class="btn waves-effect waves-light"
type="submit" name="action"
hx-post="/post_to_another_post/{{ posto._key }}"
hx-target="#neu-posts"
hx-include="[name='send_this_text']"
>
Отправить!!
<i class="material-icons right">send</i>
</button>
</div>
<!-- <div class="posting_form">
<h4>Создай то, о чем будут говорить многие.</h4>
<div class="container">
<div class="input-field col s6">
<input id="send_this_text" type="text" >
<label for="send_this_text">Печатать сюда</label>
</div>
</div>
<div class="container">
<button class="btn waves-effect waves-light" type="submit" name="action">Отправить!!
<i class="material-icons right">send</i>
</button>
</div>
</div>
<!-- <h1>Загрузить картинку:</h1>
<input type="file" #file placeholder="Загрузить картинку" (change)="sendPic($event)" style="display:none;">