we can chat now?
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-07-19 00:54:27 +10:00
parent b391326806
commit c30e2c8705

View File

@ -10,6 +10,7 @@
</div> </div>
</div> </div>
<div class="card-action"> <div class="card-action">
<a href="#answer-post">
<button class="btn waves-effect waves-light" <button class="btn waves-effect waves-light"
type="submit" name="action" type="submit" name="action"
hx-post="/post_to_another_post/{{ target_post_id }}" hx-post="/post_to_another_post/{{ target_post_id }}"
@ -19,6 +20,7 @@
Отправить!! Отправить!!
<i class="material-icons right">send</i> <i class="material-icons right">send</i>
</button> </button>
</a>
</div> </div>
<!-- <h1>Загрузить картинку:</h1> <!-- <h1>Загрузить картинку:</h1>
<input type="file" #file placeholder="Загрузить картинку" (change)="sendPic($event)" style="display:none;"> <input type="file" #file placeholder="Загрузить картинку" (change)="sendPic($event)" style="display:none;">