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