diff options
| author | A.Avenel <avenel.alexandre@gmail.com> | 2012-09-03 21:06:07 +0200 |
|---|---|---|
| committer | A.Avenel <avenel.alexandre@gmail.com> | 2012-09-03 21:06:07 +0200 |
| commit | 44dc06bb6f34bf101c6f5e16de6b3fa1970964b4 (patch) | |
| tree | 9c2f4287058069b92d3e20701be86817739e891c /budget/templates | |
| parent | d0129abc0edca656ae84419b9428a4212d9be00d (diff) | |
| download | ihatemoney-mirror-44dc06bb6f34bf101c6f5e16de6b3fa1970964b4.zip ihatemoney-mirror-44dc06bb6f34bf101c6f5e16de6b3fa1970964b4.tar.gz ihatemoney-mirror-44dc06bb6f34bf101c6f5e16de6b3fa1970964b4.tar.bz2 | |
Bugfix : "Submit and add a new one" not working
Diffstat (limited to 'budget/templates')
| -rw-r--r-- | budget/templates/list_bills.html | 2 |
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"> |
