This commit is contained in:
parent
390974f1a3
commit
f49f97a8ea
@ -33,11 +33,11 @@
|
|||||||
{% if posto.answers_list | length > 0 %}
|
{% if posto.answers_list | length > 0 %}
|
||||||
<br>
|
<br>
|
||||||
<p>Ответы:</p>
|
<p>Ответы:</p>
|
||||||
{% for ans in posto.answers_list %}
|
<div class="collection">
|
||||||
<div class="card-action right">
|
{% for ans in posto.answers_list %}
|
||||||
<a href="#post-{{ ans }}">>>{{ posto.ans }}</a>
|
<a href="#post-{{ ans }}" class="collection-item">>>{{ posto.ans }}</a>
|
||||||
</div>
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user