diff options
| author | Alexis Metaireau <alexis@notmyidea.org> | 2011-07-23 15:54:23 +0200 |
|---|---|---|
| committer | Alexis Metaireau <alexis@notmyidea.org> | 2011-07-23 15:54:23 +0200 |
| commit | 4fcaf7d7ec583b794c14597d50abc89ef96450c9 (patch) | |
| tree | 16fcff5d5f304a92ff80c92bbbfac5ca9c61b66c /budget/templates/add_bill.html | |
| parent | 54de7abf23f61df916fe65f590d0d45ec8e2d174 (diff) | |
| download | ihatemoney-mirror-4fcaf7d7ec583b794c14597d50abc89ef96450c9.zip ihatemoney-mirror-4fcaf7d7ec583b794c14597d50abc89ef96450c9.tar.gz ihatemoney-mirror-4fcaf7d7ec583b794c14597d50abc89ef96450c9.tar.bz2 | |
Kick-start multiple projects support.
This commit adds:
* support for projects (creation not yet finished)
* an authentication mechanism
* bugs (basically all the features are not working anymore)
Diffstat (limited to 'budget/templates/add_bill.html')
| -rw-r--r-- | budget/templates/add_bill.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/budget/templates/add_bill.html b/budget/templates/add_bill.html index 37ecfa3..9b13b2e 100644 --- a/budget/templates/add_bill.html +++ b/budget/templates/add_bill.html @@ -8,7 +8,7 @@ <ul>{% for error in form.errors %}<li>{{ error }}</li>{% endfor %}</ul> {% endif %} - <form action="{{ url_for('add_bill') }}" method=post class="container span-24 add-bill"> + <form action="{{ url_for('add_bill', project_id=project.id) }}" method=post class="container span-24 add-bill"> {{ form.hidden_tag() }} <p>{{ form.payer.label }}<br /> {{ form.payer }}</p> |
