mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-05-15 23:41:28 +01:00
Add auth pages
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{% extends 'base.html' %}
|
||||
{% load bootstrap4 %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Logged Out</h1>
|
||||
|
||||
<p>
|
||||
You have logged out
|
||||
</p>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user