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/list_bills.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'budget/templates/list_bills.html') 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 %}
{% set form=member_form %} - {% include "member_form.html" %} + {#% include "member_form.html" %#}
{% if bills.count() > 0 %} -- cgit v1.1