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 --- templates/login.html | 41 +++++++++++++++++++++++++++++------------ 1 file changed, 29 insertions(+), 12 deletions(-) (limited to 'templates') 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.3