Compare commits

1 Commits

Author SHA1 Message Date
d63bc7a758 fix rating field in answer template
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-18 22:26:30 +03:00

View File

@@ -42,7 +42,7 @@
<p><span>Тема: </span> {{ theme }}</p>
{% endif %}
{% if rating | length %}
<p><span>Рейтинг: </span> {{ author }}</p>
<p><span>Рейтинг: </span> {{ rating }}</p>
{% endif %}
{% if batch_info.description | length %}
<p><span>Чемпионат: </span> {{ batch_info.description }}</p>
@@ -56,4 +56,4 @@
</div></details>
</div>
<br />
{% endblock content %}
{% endblock content %}