From baebb2de51e20e1cd143356d3291a444a1be0a2b Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 17 Aug 2012 18:28:05 -0700 Subject: [PATCH] Bare login page --- templates/login.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 templates/login.html diff --git a/templates/login.html b/templates/login.html new file mode 100644 index 0000000..2589495 --- /dev/null +++ b/templates/login.html @@ -0,0 +1,10 @@ +{# vim: set ft=djangohtml #} +{% extends "base.html" %} + +{% block body %} +
+
+ +
+
+{% endblock body %}