From d8cdd268d592c2f200fc336f4d6b714242178658 Mon Sep 17 00:00:00 2001 From: Scot Hacker Date: Sat, 24 Mar 2018 16:42:16 -0700 Subject: [PATCH] Bootstrap external ticket view --- todo/templates/todo/add_task_external.html | 61 ++++++++-------------- 1 file changed, 22 insertions(+), 39 deletions(-) diff --git a/todo/templates/todo/add_task_external.html b/todo/templates/todo/add_task_external.html index b0f6d0d..8e68849 100644 --- a/todo/templates/todo/add_task_external.html +++ b/todo/templates/todo/add_task_external.html @@ -9,56 +9,39 @@
{% csrf_token %} - {% comment %} - - {% if task.note %} -
- Note: - {{ task.note|safe|urlize|linebreaks }}
- {% endif %} -

File Trouble Ticket

-

Do you have a support issue? -
- Use this form to report the difficulty - we'll get right back to you. +

+ Have a support issue? Use this form to report the difficulty - we'll get right back to you.

{% if form.errors %} {% for error in form.errors %} {% endfor %} {% endif %} - - - - - + + {% csrf_token %} +
+ + +
+
+ + + + Describe the issue. Please include essential details. + +
- - - - + +

+ -
Summary:{{ form.title }} -
- Include the workstation number in your summary, e.g. -
- "Radio Lab # 4: Purple smoke pouring out the back." -
Note:{{ form.note }}
- Please describe the problem. -
-

- {% endcomment %} - - {{ form.as_p }} -

- - -{% endblock %} \ No newline at end of file +{% endblock %}