This commit is contained in:
parent
496ca85240
commit
48ec4c9c59
@ -34,7 +34,7 @@
|
||||
<br>
|
||||
<p>Ответы:</p>
|
||||
<div class="collection">
|
||||
{% for ans in posto.answers_list %}
|
||||
{% for ans in posto.answers_list[0] %}
|
||||
<a href="#post-{{ (posto.answers_list[0])[loop.index] }}" class="collection-item">>>{{ (posto.answers_list[0])[loop.index] }} (ответов {{ (posto.answers_list[1])[loop.index] }})</a>
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user