From b72917e5f9cab2c0136d060358ab1991b4f7b898 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Sun, 27 Apr 2014 22:37:27 -0400 Subject: wip: c'est complètement cassé pour l'instant MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/login.html | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'templates/login.html') diff --git a/templates/login.html b/templates/login.html index d2bb8cb..3cad5c7 100644 --- a/templates/login.html +++ b/templates/login.html @@ -1,16 +1,18 @@ {% extends "layout.html" %} {%block title %}Connexion{% endblock %} {% block body %} -
+
+
Connexion -

- -
- -
-

-

+ + + + +
+ {% if error %}

Erreur: {{ error }}

{% endif %} +
+
{% endblock %} -- cgit v1.3