From 6a1d6a7365fb917784d378cf3b3683c85bb81b48 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Mon, 5 Nov 2012 00:05:32 -0500 Subject: starting to hook things up --- templates/login.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 templates/login.html (limited to 'templates/login.html') diff --git a/templates/login.html b/templates/login.html new file mode 100644 index 0000000..d1b94ee --- /dev/null +++ b/templates/login.html @@ -0,0 +1,17 @@ +{% extends "layout.html" %} +{% block content %} + +

Login

+{% if error %}

Error: {{ error }}{% endif %} +

+
+ Connexion +

+ +
+ +
+

+

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