We now have user authentication via the web interface. @whee.

This commit is contained in:
Greg Taylor 2007-08-02 19:37:16 +00:00
parent be4e0069a6
commit 2e397df4d5
4 changed files with 56 additions and 5 deletions

View 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 %}