nuitdelinfo_2021/templates/registration/logged_out.html

5 lines
120 B
HTML
Raw Normal View History

2021-12-03 01:08:46 +01:00
{% block content %}
<p>Logged out!</p>
<a href="{% url 'login'%}">Click here to login again.</a>
{% endblock %}