From 39a548fd2629f3b6383990264b2e331b3aea99fb Mon Sep 17 00:00:00 2001 From: eliott Date: Sat, 3 Nov 2007 03:45:10 -0400 Subject: Initial import for public release... Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd! --- templates/registration/login.html | 23 +++++++++++++++++++++++ templates/registration/logout.html | 10 ++++++++++ 2 files changed, 33 insertions(+) create mode 100644 templates/registration/login.html create mode 100644 templates/registration/logout.html (limited to 'templates/registration') diff --git a/templates/registration/login.html b/templates/registration/login.html new file mode 100644 index 00000000..b3b264c3 --- /dev/null +++ b/templates/registration/login.html @@ -0,0 +1,23 @@ +{% extends "base.html" %} + +{% block content %} + +
+

Developer Login

+{% if form.has_errors %} +

Your username and password didn't match. Please try again.

+{% endif %} +

+ +
+ + + + + +
{{ form.username }}
{{ form.password }}
+
+
+ +{% endblock %} + diff --git a/templates/registration/logout.html b/templates/registration/logout.html new file mode 100644 index 00000000..2b829869 --- /dev/null +++ b/templates/registration/logout.html @@ -0,0 +1,10 @@ +{% extends "base.html" %} + +{% block content %} + +
+You've been logged out. +
+ +{% endblock %} + -- cgit v1.2.3-55-g3dc8