This commit is contained in:
parent
089b022a3b
commit
390974f1a3
@ -29,6 +29,16 @@
|
||||
<a class="card-action" href="#post-{{ posto.parent_post }}"> >>{{ posto.parent_post }} </a>
|
||||
{% endif %}
|
||||
<p>{{ posto.texto }}</p>
|
||||
|
||||
{% if posto.answers_list | length > 0 %}
|
||||
<br>
|
||||
<p>Ответы:</p>
|
||||
{% for ans in posto.answers_list %}
|
||||
<div class="card-action right">
|
||||
<a href="#post-{{ ans }}">>>{{ posto.ans }}</a>
|
||||
</div>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
<div class="col s12">
|
||||
@ -36,13 +46,6 @@
|
||||
<!-- <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>
|
||||
|
Loading…
Reference in New Issue
Block a user