From a14c7c5aaf085045cd21db8690eddf0c2031c557 Mon Sep 17 00:00:00 2001 From: Gianluca De Cola Date: Sun, 30 Jan 2022 23:53:08 +0100 Subject: [PATCH] Add a tooltip to advertize the computation trick on bills. --- ihatemoney/templates/forms.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ihatemoney/templates/forms.html b/ihatemoney/templates/forms.html index f93cfc6d..78398ce7 100644 --- a/ihatemoney/templates/forms.html +++ b/ihatemoney/templates/forms.html @@ -166,7 +166,9 @@ {{ input(form.date, inline=True) }} {{ input(form.what, inline=True) }} {{ input(form.payer, inline=True, class="form-control custom-select") }} - {{ input(form.amount, inline=True) }} +
+ {{ input(form.amount, inline=True) }} +