diff --git a/helpdesk/templates/helpdesk/followup_edit.html b/helpdesk/templates/helpdesk/followup_edit.html index d25d73c7..f7ba1eb0 100644 --- a/helpdesk/templates/helpdesk/followup_edit.html +++ b/helpdesk/templates/helpdesk/followup_edit.html @@ -15,16 +15,15 @@
{{ form.ticket }}
{{ form.title }}
-
{{ form.comment }}
-
{{ form.public }}

Public tickets are viewable by the submitter and all staff, but non-public tickets can only be seen by staff.

{{ form.new_status }}

If the status was changed, what was it changed to?

+

{% csrf_token %} diff --git a/helpdesk/templates/helpdesk/public_homepage.html b/helpdesk/templates/helpdesk/public_homepage.html index 1b295adc..c281826f 100644 --- a/helpdesk/templates/helpdesk/public_homepage.html +++ b/helpdesk/templates/helpdesk/public_homepage.html @@ -50,7 +50,7 @@
{% if not field.field.required %} {% trans "(Optional)" %}{% endif %}
{{ field }}
{% if field.errors %}
{{ field.errors }}
{% endif %} - {% if field.help_text %}
{{ field.help_text }}
{% endif %} + {% if field.help_text %}
{{ field.help_text }}
{% endif %} {% endif %} {% endfor %} diff --git a/helpdesk/templates/helpdesk/public_view_ticket.html b/helpdesk/templates/helpdesk/public_view_ticket.html index f6c5983e..bbb21a89 100644 --- a/helpdesk/templates/helpdesk/public_view_ticket.html +++ b/helpdesk/templates/helpdesk/public_view_ticket.html @@ -66,7 +66,7 @@
  • {{ attachment.filename }} ({{ attachment.mime_type }}, {{ attachment.size|filesizeformat }})
  • {% if forloop.last %}{% endif %} {% endfor %} -{% endif %} +{% endif %} {% endfor %} {% endif %} diff --git a/helpdesk/templates/helpdesk/ticket.html b/helpdesk/templates/helpdesk/ticket.html index 8ef343de..b4c30e6a 100644 --- a/helpdesk/templates/helpdesk/ticket.html +++ b/helpdesk/templates/helpdesk/ticket.html @@ -90,7 +90,7 @@ function googleTranslateElementInit() { {% for change in followup.ticketchange_set.all %} {% if forloop.first %}
    {% endif %} +{% if forloop.last %}{% endif %} {% endfor %} {% for attachment in followup.attachment_set.all %}{% if forloop.first %}