From 47589abe93dc1a78ab823ec42d5dc386b80f49b6 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 17 Aug 2012 22:19:29 -0700 Subject: [PATCH] Something I'm happy with. I think. --- templates/login.html | 36 ++++++++++++++++++++++++++++-------- 1 file changed, 28 insertions(+), 8 deletions(-) diff --git a/templates/login.html b/templates/login.html index 1aa8eab..66cb19a 100644 --- a/templates/login.html +++ b/templates/login.html @@ -1,14 +1,34 @@ {# vim: set ft=djangohtml #} {% extends "base.html" %} -{% block body %} -
-
-
-

Rogue Ojii of Wales

-

Login with - GitHub

+{% block head_css %} + + +{% endblock %} + +{% block container %} +
+ + + {% if error %} +
+
+
+ {{ error }} +
+
+
+ {% endif %}
-{% endblock body %} +{% endblock container %}