From f57da10d8c51b2a71e7d85705439c4082aa6c507 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Thu, 8 Nov 2012 23:47:20 -0500 Subject: add the kadoscope --- templates/layout.html | 44 +++++++++++++++++++++++++------------------- templates/user/edit.html | 7 ++++++- 2 files changed, 31 insertions(+), 20 deletions(-) (limited to 'templates') diff --git a/templates/layout.html b/templates/layout.html index dc9be11..709daef 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -3,8 +3,9 @@ {% block title %}Site de la famille{% endblock %} - - + + {% block body %} @@ -12,23 +13,28 @@

{{session['user_name']}} - (Mon compte | Se déconnecter)

-
- -
- {% block content %}{% endblock %} + (Mon compte | + Se déconnecter)

+
+ +
+ {% block content %}{% endblock %} +
- - {% endblock body %} - + {% endblock body %} + + + diff --git a/templates/user/edit.html b/templates/user/edit.html index e9d151a..b85f7b2 100644 --- a/templates/user/edit.html +++ b/templates/user/edit.html @@ -1,6 +1,11 @@ {% extends 'layout.html' %} {% block content %} +

Kadoscope

+

Cliquer sur le cadeau ci-dessous pour découvrir le nom de l'heureux élu qui recevra un cadeau de votre part.

+

{{user.kado}}

+

+

Paramètres du Compte

Paramètres @@ -51,7 +56,7 @@

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