diff --git a/helpdesk/templates/helpdesk/ticket.html b/helpdesk/templates/helpdesk/ticket.html index 26a0dadb..8cf6fc1f 100644 --- a/helpdesk/templates/helpdesk/ticket.html +++ b/helpdesk/templates/helpdesk/ticket.html @@ -18,6 +18,9 @@ {% endblock %} {% block helpdesk_body %} + {% if form.errors %} + {% include 'helpdesk/include/alert_form_errors.html' %} + {% endif %} {% if helpdesk_settings.HELPDESK_TRANSLATE_TICKET_COMMENTS %}
@@ -95,7 +98,7 @@