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