From d63bc7a7587cfda0d12e9af1a83c98d9871f37cb Mon Sep 17 00:00:00 2001 From: Dmitry Date: Fri, 18 Aug 2023 22:26:30 +0300 Subject: [PATCH] fix rating field in answer template --- templates/answer.html.tera | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/answer.html.tera b/templates/answer.html.tera index db71657..5a94842 100644 --- a/templates/answer.html.tera +++ b/templates/answer.html.tera @@ -42,7 +42,7 @@

Тема: {{ theme }}

{% endif %} {% if rating | length %} -

Рейтинг: {{ author }}

+

Рейтинг: {{ rating }}

{% endif %} {% if batch_info.description | length %}

Чемпионат: {{ batch_info.description }}

@@ -56,4 +56,4 @@
- {% endblock content %} \ No newline at end of file + {% endblock content %}