aboutsummaryrefslogtreecommitdiff
path: root/templates/registration/logged_out.html
blob: b6908d496884602cdd00c2e752343cf5dcdeb4d4 (plain)
1
2
3
4
5
6
{% extends "base.html" %}

{% block content %}
<h1>You are logged out</h1>
<p>You can go <a href="{% url 'home' %}">home</a>.</p>
{% endblock %}