Implment most of external ticket filing system

This commit is contained in:
Scot Hacker 2018-02-12 00:04:39 -08:00
parent 929f8df727
commit be9a87fc0f
5 changed files with 22 additions and 10 deletions

View file

@ -15,7 +15,7 @@
<div id="TaskEdit">
<h3>File Trouble Ticket</h3>
<p>Trouble with a computer or other technical system at the J-School? <br />
<p>Do you have a support issue? <br />
Use this form to report the difficulty - we'll get right back to you. </p>
{% if form.errors %}

View file

@ -1,6 +1,6 @@
Dear {{ task.assigned_to.first_name }} -
{{ task.assigned_to.first_name }} -
A new task on the list {{ task.task_list.name }} has been assigned to you by {{ task.created_by.first_name }} {{ task.created_by.last_name }}:
A new task on the list {{ task.task_list.name }} has been assigned to you by {{ task.created_by.get_full_name }:
{{ task.title }}