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/base.html | 45 --------------------------------------------- templates/layout.html | 31 +++++++++++++++++++++++++++++++ templates/login.html | 17 +++++++++++++++++ 3 files changed, 48 insertions(+), 45 deletions(-) delete mode 100644 templates/base.html create mode 100644 templates/layout.html create mode 100644 templates/login.html (limited to 'templates') diff --git a/templates/base.html b/templates/base.html deleted file mode 100644 index 1e2580f..0000000 --- a/templates/base.html +++ /dev/null @@ -1,45 +0,0 @@ - - - - {% block title %}Site de la famille{% endblock title %} - - - - - - - - -
-
- - -
-{% block content %}{% endblock %} -
-
-
- - diff --git a/templates/layout.html b/templates/layout.html new file mode 100644 index 0000000..be923ea --- /dev/null +++ b/templates/layout.html @@ -0,0 +1,31 @@ + + + + {% block title %}Site de la famille{% endblock %} + + + + + +
+
+ + +
+ {% block content %}{% endblock %} +
+
+
+ + 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