2023-01-21 14:15:36 -07:00

10 lines
206 B
HTML
Executable File

{% extends 'base.html' %}
{% block content %}
<article class="panel">
<section>
<p>You have been logged out. <a href="{% url 'login' %}">Log in</a></p>
</section>
</article>
{% endblock %}