diff options
| author | Quentin Roy <royque@gmail.com> | 2015-08-20 12:08:52 +0200 |
|---|---|---|
| committer | Quentin Roy <royque@gmail.com> | 2015-08-20 12:08:52 +0200 |
| commit | d31de6c4a3f0fd292f4b3ca907ed9081f58ea1a7 (patch) | |
| tree | e5dbad5c6d3e5a0a17874bda8966bc4fd42e9194 /budget/templates/forms.html | |
| parent | 0e21449191ee54d72392c11e257e8bb1f7a8f625 (diff) | |
| parent | d9313ba40e42f0910323fa522b104257a81a1d74 (diff) | |
| download | ihatemoney-mirror-d31de6c4a3f0fd292f4b3ca907ed9081f58ea1a7.zip ihatemoney-mirror-d31de6c4a3f0fd292f4b3ca907ed9081f58ea1a7.tar.gz ihatemoney-mirror-d31de6c4a3f0fd292f4b3ca907ed9081f58ea1a7.tar.bz2 | |
Merge pull request #130 from JocelynDelalande/trailing-whitespaces
Remove trailing whitespaces
Diffstat (limited to 'budget/templates/forms.html')
| -rw-r--r-- | budget/templates/forms.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/budget/templates/forms.html b/budget/templates/forms.html index 2904e0d..ec73515 100644 --- a/budget/templates/forms.html +++ b/budget/templates/forms.html @@ -76,12 +76,12 @@ <fieldset> {% if title %}<legend>{% if edit %}{{ _("Edit this bill") }} {% else %}{{ _("Add a bill") }} {% endif %}</legend>{% endif %} {% include "display_errors.html" %} - {{ form.hidden_tag() }} - {{ input(form.date, class="datepicker") }} - {{ input(form.what) }} - {{ input(form.payer) }} - {{ input(form.amount) }} - {{ input(form.payed_for) }} + {{ form.hidden_tag() }} + {{ input(form.date, class="datepicker") }} + {{ input(form.what) }} + {{ input(form.payer) }} + {{ input(form.amount) }} + {{ input(form.payed_for) }} </fieldset> <div class="actions"> {{ form.submit(class="btn btn-primary") }} |
