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:53:20 +10:00
parent fc5b0d7491
commit b391326806
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
<div class="card">
<div class="card-content">
<div class="row">
<span class="card-title">Создай то, о чем будут говорить многие. Ты отвечаешь: <a href="#post-{{ target_post_id }}">>>{{ posto.parent_post }}</a></span>
<span class="card-title">Создай то, о чем будут говорить многие. Ты отвечаешь: <a href="#post-{{ target_post_id }}">>>{{ target_post_id }}</a></span>
<a class="btn-floating halfway-fab waves-effect waves-light red" href="#post-{{ target_post_id }}"><i class="material-icons">>></i></a>
<div class="input-field col s6">
<input id="send_this_text" name="send_this_text" type="text" >

View File

@ -5,12 +5,6 @@
{% include 'navbar.html' %}
<div class="row">
<div class="col s7 m6" id="answer-post">
{% include 'answer-post.html' %}
</div>
</div>
<div class="row" >
<div class="col s5 m4" id="neu-posts">
{% include 'i-posts.html' %}
@ -18,4 +12,10 @@
</div>
<div class="row">
<div class="col s7 m6" id="answer-post">
{% include 'answer-post.html' %}
</div>
</div>
{% endblock content %}