nuitdelinfo_2021/templates/registration/logged_out.html

5 lines
101 B
HTML
Raw Normal View History

2021-12-03 01:08:46 +01:00
{% block content %}
<p>Logged out!</p>
2021-12-03 04:22:10 +01:00
<a href="/">Click here to go home.</a>
2021-12-03 01:08:46 +01:00
{% endblock %}