django-helpdeskmig/templates/registration/logout.html

10 lines
262 B
HTML
Raw Normal View History

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