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