we can chat now?
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simple_Not 2023-07-19 01:22:07 +10:00
parent 496ca85240
commit 48ec4c9c59

View File

@ -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>