mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-12-03 05:14:46 +01:00
2e2176547d
* 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
10 lines
262 B
HTML
10 lines
262 B
HTML
{% extends "helpdesk/public_base.html" %}
|
|
{% block helpdesk_title %}Helpdesk{% endblock %}
|
|
|
|
{% block helpdesk_body %}
|
|
<h2>Logout</h2>
|
|
|
|
<p>Thanks for being here. Hopefully you've helped resolve a few tickets and make the world a better place.</p>
|
|
|
|
{% endblock %}
|