fix rating field in answer template
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Dmitry Belyaev 2023-08-18 22:26:30 +03:00
parent da962a9f7a
commit d63bc7a758
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
1 changed files with 2 additions and 2 deletions

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 %}