We now have user authentication via the web interface. @whee.
This commit is contained in:
parent
be4e0069a6
commit
2e397df4d5
4 changed files with 56 additions and 5 deletions
10
webtemplates/prosimii/registration/logged_out.html
Normal file
10
webtemplates/prosimii/registration/logged_out.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block titleblock %}
|
||||
Logged Out
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1 id="alt-layout">Logged Out</h1>
|
||||
<p>You have been logged out.</p>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue