mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Add a tooltip to advertize the computation trick on bills.
This commit is contained in:
parent
07e1eac0a9
commit
a14c7c5aaf
1 changed files with 3 additions and 1 deletions
|
@ -166,7 +166,9 @@
|
|||
{{ input(form.date, inline=True) }}
|
||||
{{ input(form.what, inline=True) }}
|
||||
{{ input(form.payer, inline=True, class="form-control custom-select") }}
|
||||
<div data-toggle="tooltip" data-placement="top" title='{{ _("Simple operations are allowed, e.g. (18+36.2)/3") }}'>
|
||||
{{ input(form.amount, inline=True) }}
|
||||
</div>
|
||||
|
||||
<div class="form-group row">
|
||||
<label class="col-3" for="payed_for">{{ _("For whom?") }}</label>
|
||||
|
|
Loading…
Reference in a new issue