From 42a9c159c9f23f63ec028af050b4f31144e5b7a8 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Fri, 5 Dec 2014 00:53:05 -0500 Subject: update login template --- static/main.css | 6 +++++- templates/login.html | 41 +++++++++++++++++++++++++++++------------ 2 files changed, 34 insertions(+), 13 deletions(-) diff --git a/static/main.css b/static/main.css index b1ac6ed..e7e3f01 100644 --- a/static/main.css +++ b/static/main.css @@ -14,9 +14,13 @@ } article > header { - margin-bottom: 2em; + margin-bottom: 2em; } nav .fa { margin-left: 1em; } + +.login { + margin:10em auto +} \ No newline at end of file diff --git a/templates/login.html b/templates/login.html index d2bb8cb..5e2af32 100644 --- a/templates/login.html +++ b/templates/login.html @@ -1,16 +1,33 @@ {% extends "layout.html" %} {%block title %}Connexion{% endblock %} {% block body %} -
-
- Connexion -

- -
- -
-

-

- {% if error %}

Erreur: {{ error }}

{% endif %} - + {% endblock %} -- cgit v1.2.3-70-g09d2