aboutsummaryrefslogtreecommitdiff
path: root/budget
diff options
context:
space:
mode:
authorAlexis Metaireau <alexis@notmyidea.org>2012-09-03 12:29:16 -0700
committerAlexis Metaireau <alexis@notmyidea.org>2012-09-03 12:29:16 -0700
commit800dcba2c8b26d09c19074d8604c4577d4774600 (patch)
tree9c2f4287058069b92d3e20701be86817739e891c /budget
parent4f811ffc7209cd096d52001ee37d2555f4feaed2 (diff)
parent44dc06bb6f34bf101c6f5e16de6b3fa1970964b4 (diff)
downloadihatemoney-mirror-800dcba2c8b26d09c19074d8604c4577d4774600.zip
ihatemoney-mirror-800dcba2c8b26d09c19074d8604c4577d4774600.tar.gz
ihatemoney-mirror-800dcba2c8b26d09c19074d8604c4577d4774600.tar.bz2
Merge pull request #91 from aavenel/master
Bugfix : "Submit and add a new one not working".
Diffstat (limited to 'budget')
-rw-r--r--budget/templates/list_bills.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/templates/list_bills.html b/budget/templates/list_bills.html
index 89d05f6..389e73f 100644
--- a/budget/templates/list_bills.html
+++ b/budget/templates/list_bills.html
@@ -86,7 +86,7 @@
{% block content %}
<div class="identifier">{{ _("The project identifier is") }} <a href="{{ url_for(".list_bills") }}">{{ g.project.id }}</a>, {{ _("remember it!") }}</div>
-<a href="{{ url_for(".add_bill") }}" class="btn btn-primary" data-toggle="modal" data-target="#bill-form">{{ _("Add a new bill") }}</a>
+<a id="new-bill" href="{{ url_for(".add_bill") }}" class="btn btn-primary" data-toggle="modal" data-target="#bill-form">{{ _("Add a new bill") }}</a>
<div id="bill-form" class="modal hide">
<div class="modal-header">