From dc534a0c518dad7ab3eb526a1b6649b3d845770c Mon Sep 17 00:00:00 2001 From: SBD Date: Wed, 21 Feb 2024 14:21:48 +0300 Subject: [PATCH] 12 --- templates/blocks/profile/b_create_ticket.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/blocks/profile/b_create_ticket.html b/templates/blocks/profile/b_create_ticket.html index ebccb1e..3ab812c 100644 --- a/templates/blocks/profile/b_create_ticket.html +++ b/templates/blocks/profile/b_create_ticket.html @@ -6,7 +6,7 @@ {%trans "Тема запроса" as p_create_ticket %}
- {% if errors.all__ %}
{{ errors.all__ }}
{% endif %} + {% if form.errors.all__ %}
{{ form.errors.all__ }}
{% endif %} {% csrf_token %}