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 @@
{% trans "Respond to this ticket" %}
-
+
@@ -105,8 +108,10 @@
{% trans "Selecting a pre-set reply will over-write your comment below. You can then modify the pre-set reply to your liking before saving this update." %}
{% endif %} -
-
+
+ +
+
{% url "helpdesk:help_context" as context_help_url %} {% blocktrans %}
You can insert ticket and queue details in your message. For more information, see the context help page.
@@ -135,7 +140,7 @@
{% trans "(Optional)" %}
-
+
{% endif %} {% endif %}
@@ -204,6 +209,9 @@ {% endif %} {% if helpdesk_settings.HELPDESK_ENABLE_ATTACHMENTS %} + {% if form.errors.attachment %} + {{ form.errors.attachment }} + {% endif %}

{% endif %} @@ -211,7 +219,7 @@
-
+