This commit is contained in:
@@ -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;">
|
||||
|
Reference in New Issue
Block a user