aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/list_bills.html
diff options
context:
space:
mode:
authorFrédéric Sureau <fred@milka.(none)>2011-07-29 17:14:33 +0200
committerFrédéric Sureau <fred@milka.(none)>2011-07-29 17:14:33 +0200
commite9b9a06779f3c49b8422c267926f2fd45f7e5df7 (patch)
tree0deb25a71b355f958000eb4c241308a3f52f5eb4 /budget/templates/list_bills.html
parent8dd2091f31305ebf1a33b6203de73c0ca7359c4d (diff)
downloadihatemoney-mirror-e9b9a06779f3c49b8422c267926f2fd45f7e5df7.zip
ihatemoney-mirror-e9b9a06779f3c49b8422c267926f2fd45f7e5df7.tar.gz
ihatemoney-mirror-e9b9a06779f3c49b8422c267926f2fd45f7e5df7.tar.bz2
Adding bill works
Diffstat (limited to 'budget/templates/list_bills.html')
-rw-r--r--budget/templates/list_bills.html10
1 files changed, 9 insertions, 1 deletions
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 %}
+<ul>
+ <li><a href="{{ url_for('add_bill', project_id=project.id) }}">Add a bill</a></li>
+ <li><a href="{{ url_for('add_member', project_id=project.id) }}">Add a member</a></li>
+</ul>
+{% endblock %}
+
{% block content %}
<div id="leftmenu" class="span-6">
<ul>
@@ -7,7 +15,7 @@
{% endfor %}
</ul>
{% set form=member_form %}
- {% include "member_form.html" %}
+ {#% include "member_form.html" %#}
</div>
<div id="content" class="span-18 last">
{% if bills.count() > 0 %}