Add auth pages

This commit is contained in:
James Graham
2020-01-30 14:28:58 +00:00
parent 61a123f508
commit 141759479b
3 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{% extends 'base.html' %}
{% load bootstrap4 %}
{% block content %}
<h1>Logged Out</h1>
<p>
You have logged out
</p>
{% endblock %}