From 77c6008b9a970ba266023d2ded91b17e328db4c6 Mon Sep 17 00:00:00 2001 From: Oriane Chagnon Date: Mon, 30 Apr 2012 18:08:42 -0300 Subject: [PATCH] remove closing tags for unopened
. and close
--- helpdesk/templates/helpdesk/followup_edit.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 %}