added authentication
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
{% extends "stripped_base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<p>Logged out!</p>
|
||||
<a href="{% url 'login'%}">Click here to login again.</a>
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user