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:12:50 +10:00
parent ce5f33e604
commit 88e2b021f9
2 changed files with 3 additions and 3 deletions

View File

@@ -35,7 +35,7 @@
<p>Ответы:</p>
<div class="collection">
{% for ans in posto.answers_list %}
<a href="#post-{{ ans }}" class="collection-item">>>{{ ans }}</a>
<a href="#post-{{ ans[0] }}" class="collection-item">>>{{ ans[0] }}</a>
{% endfor %}
</div>
{% endif %}