nmgfitness/users/templates/registration/logged_out.html

9 lines
236 B
HTML
Raw Normal View History

2021-08-05 19:48:30 +00:00
{% extends "base.html" %}
{% block content %}
<p>Logged out!</p>
<p>Thanks for spending some quality time with the NMG fittness calendar site today.
</p>
<a href="{% url 'login'%}">Click here to login again.</a>
{% endblock %}