django-helpdeskmig/templates/registration/logout.html
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

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 %}