mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-12-03 21:34:52 +01:00
14 lines
337 B
Plaintext
14 lines
337 B
Plaintext
|
Hello,
|
||
|
|
||
|
Ticket {{ ticket.ticket }} ({{ ticket.title }}) has been updated.
|
||
|
|
||
|
The following comment was added:
|
||
|
|
||
|
{{ comment }}
|
||
|
|
||
|
This information has {% if private %}not {% endif %} been e-mailed to the submitter.
|
||
|
|
||
|
If you wish to view this ticket online, you can visit {{ ticket.staff_url }}.
|
||
|
|
||
|
{% include "helpdesk/emails/text_footer.txt" %}
|