This commit is contained in:
@@ -36,6 +36,13 @@
|
||||
<!-- <a href="#" hx-post="/post_my_post/{{ posto._key }}" hx-target="#neu-posts" >Answer me!</a> -->
|
||||
<a href="#answer-post" hx-post="/answer_post/{{ posto._key }}" hx-target="#answer-post" >Ответить этому.</a>
|
||||
</div>
|
||||
{% if posto.answers_list | length > 0 %}
|
||||
{% for ans in posto.answers_list %}
|
||||
<div class="card-action right">
|
||||
<a href="#post-{{ ans }}">>>{{ posto.ans }}</a>
|
||||
</div>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user