django-helpdeskmig/templates/helpdesk/emails/submitter_updated.txt
Ross Poulton 2e2176547d * Added logout link/template
* Added ability for public to submit a ticket via the web if they aren't logged in
* Added ability for public to view ticket via web using ticket ID & e-mail address
* Added public ticket URL to e-mails
* Added manager to FollowUp class to
2008-01-16 00:26:24 +00:00

14 lines
425 B
Plaintext

Hello,
You recently logged a ticket with a subject of '{{ ticket.title }}' with us. This e-mail is to advise you of an update to that ticket.
The following comment was added to ticket {{ ticket.ticket }}:
{{ comment }}
To provide us with further information, please reply to this e-mail.
If you wish to view this ticket online, you can visit {{ ticket.get_ticket_url }}.
{% include "helpdesk/emails/text_footer.txt" %}