From 0fc95cefb4ebf39f93a71932862d72aad16c73f6 Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Sat, 30 Jul 2011 01:31:56 +0200 Subject: Add templates to add a member. --- budget/templates/list_bills.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'budget/templates/list_bills.html') diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html index 6d4807b..8f07f9b 100644 --- a/budget/templates/list_bills.html +++ b/budget/templates/list_bills.html @@ -15,7 +15,7 @@ {% endfor %} {% set form=member_form %} - {#% include "member_form.html" %#} + {% include "member_form.html" %}
{% if bills.count() > 0 %} -- cgit v1.1