Implment most of external ticket filing system
This commit is contained in:
parent
929f8df727
commit
be9a87fc0f
5 changed files with 22 additions and 10 deletions
|
@ -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 %}
|
||||
|
|
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue