This commit is contained in:
parent
f49f97a8ea
commit
57e598814f
@ -35,7 +35,7 @@
|
||||
<p>Ответы:</p>
|
||||
<div class="collection">
|
||||
{% for ans in posto.answers_list %}
|
||||
<a href="#post-{{ ans }}" class="collection-item">>>{{ posto.ans }}</a>
|
||||
<a href="#post-{{ ans }}" class="collection-item">>>{{ ans }}</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
Loading…
Reference in New Issue
Block a user