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 %}