From e9b9a06779f3c49b8422c267926f2fd45f7e5df7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Sureau?= Date: Fri, 29 Jul 2011 17:14:33 +0200 Subject: Adding bill works --- budget/templates/add_bill.html | 4 ++++ budget/templates/home.html | 4 ++-- budget/templates/list_bills.html | 10 +++++++++- 3 files changed, 15 insertions(+), 3 deletions(-) (limited to 'budget/templates') diff --git a/budget/templates/add_bill.html b/budget/templates/add_bill.html index 9b13b2e..8dec74c 100644 --- a/budget/templates/add_bill.html +++ b/budget/templates/add_bill.html @@ -1,5 +1,9 @@ {% extends "layout.html" %} +{% block top_menu %} +Back to the list +{% endblock %} + {% block content %}

Let's add a bill

diff --git a/budget/templates/home.html b/budget/templates/home.html index 5fcdf90..6fd955a 100644 --- a/budget/templates/home.html +++ b/budget/templates/home.html @@ -3,7 +3,7 @@ {% block content %}

Welcome on the budget manager

-
+

Log to an existing project...

{{ auth_form.hidden_tag() }} @@ -13,7 +13,7 @@

{{ auth_form.submit }}

-
+

...or create a new project

{{ project_form.hidden_tag() }} diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html index 145f4f4..6d4807b 100644 --- a/budget/templates/list_bills.html +++ b/budget/templates/list_bills.html @@ -1,4 +1,12 @@ {% extends "layout.html" %} + +{% block top_menu %} + +{% endblock %} + {% block content %}
    @@ -7,7 +15,7 @@ {% endfor %}
{% set form=member_form %} - {% include "member_form.html" %} + {#% include "member_form.html" %#}
{% if bills.count() > 0 %} -- cgit v1.1