diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2011-07-31 00:41:28 +0200 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2011-07-31 00:41:28 +0200 |
| commit | 2df6e11f05eff9bd855079097aa865f52689d7ca (patch) | |
| tree | 6de593b6d68b2ee91c211af71a3168ba261293cf /budget/templates/list_bills.html | |
| parent | 3bbc3343a2409de3cccdd7f50360e631224bf066 (diff) | |
| download | ihatemoney-mirror-2df6e11f05eff9bd855079097aa865f52689d7ca.zip ihatemoney-mirror-2df6e11f05eff9bd855079097aa865f52689d7ca.tar.gz ihatemoney-mirror-2df6e11f05eff9bd855079097aa865f52689d7ca.tar.bz2 | |
Adding a bill is now working properly
Diffstat (limited to 'budget/templates/list_bills.html')
| -rw-r--r-- | budget/templates/list_bills.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html index 8f07f9b..a26dccc 100644 --- a/budget/templates/list_bills.html +++ b/budget/templates/list_bills.html @@ -2,8 +2,7 @@ {% 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> + <li><a class="awesome button" href="{{ url_for('add_bill', project_id=project.id) }}">Add a bill</a></li> </ul> {% endblock %} |
