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