diff options
| author | Arnaud Bos <arnaud.tlse@gmail.com> | 2011-09-18 23:38:12 +0200 |
|---|---|---|
| committer | Arnaud Bos <arnaud.tlse@gmail.com> | 2011-09-18 23:39:10 +0200 |
| commit | 681f22f3e47c3fb75fdb1d858b179e945c952596 (patch) | |
| tree | e83246b13d33f30083488b6913e96e261605f5e3 /budget/templates/forms.html | |
| parent | 89e1bbe134bc770d4a3f999a1329bd07522b07cf (diff) | |
| parent | 20ab40690d74befcd8fc75f24f301759840bf43a (diff) | |
| download | ihatemoney-mirror-681f22f3e47c3fb75fdb1d858b179e945c952596.zip ihatemoney-mirror-681f22f3e47c3fb75fdb1d858b179e945c952596.tar.gz ihatemoney-mirror-681f22f3e47c3fb75fdb1d858b179e945c952596.tar.bz2 | |
Merge branch 'master' into auth-forms-usability
Diffstat (limited to 'budget/templates/forms.html')
| -rw-r--r-- | budget/templates/forms.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/budget/templates/forms.html b/budget/templates/forms.html index f516e40..80a0d17 100644 --- a/budget/templates/forms.html +++ b/budget/templates/forms.html @@ -57,6 +57,17 @@ {% endmacro %} +{% macro edit_project(form) %} + + {% include "display_errors.html" %} + {{ form.hidden_tag() }} + {{ input(form.name) }} + {{ input(form.password) }} + {{ input(form.contact_email) }} + {{ submit(form.submit) }} + +{% endmacro %} + {% macro add_bill(form, edit=False) %} <fieldset> |
