mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 12:41:49 +02:00
Avoid amount field autocomplete.
This commit is contained in:
parent
cc808b3df3
commit
acfb15dfc4
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
||||||
{{ input(form.date, class="datepicker") }}
|
{{ input(form.date, class="datepicker") }}
|
||||||
{{ input(form.what) }}
|
{{ input(form.what) }}
|
||||||
{{ input(form.payer) }}
|
{{ input(form.payer) }}
|
||||||
{{ input(form.amount) }}
|
{{ input(form.amount, autocomplete="off") }}
|
||||||
{{ input(form.payed_for) }}
|
{{ input(form.payed_for) }}
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<div class="actions">
|
<div class="actions">
|
||||||
|
|
Loading…
Reference in a new issue