From f7c78ffb4044329cc01e9597042a755bdb5128b7 Mon Sep 17 00:00:00 2001 From: borissedw Date: Tue, 1 Aug 2023 17:01:10 +0300 Subject: [PATCH] 0.0.9 --- templates/blocks/profile/b_create_ticket.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/blocks/profile/b_create_ticket.html b/templates/blocks/profile/b_create_ticket.html index 38c4560..c497cd1 100644 --- a/templates/blocks/profile/b_create_ticket.html +++ b/templates/blocks/profile/b_create_ticket.html @@ -7,9 +7,9 @@ - {% if form.errors.name %}
{{ form.errors.name }}
{% endif %} + {% if form.errors.department %}
{{ form.errors.department }}
{% endif %} - {% if form.errors.name %}
{{ form.errors.name }}
{% endif %} + {% if form.errors.text %}
{{ form.errors.text }}
{% endif %}