From ff7bcc27e360ea14ca9d2c02c2fb657500625746 Mon Sep 17 00:00:00 2001 From: Tom Biju Date: Thu, 31 Oct 2019 20:11:03 -0500 Subject: [PATCH] prevent bill cancellation when cancelling autocomplete (#506) (cherry picked from commit c44784c3ed1c31342bf80879849eefa277aa3fe8) --- ihatemoney/templates/list_bills.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ihatemoney/templates/list_bills.html b/ihatemoney/templates/list_bills.html index e4114d58..171b4963 100644 --- a/ihatemoney/templates/list_bills.html +++ b/ihatemoney/templates/list_bills.html @@ -78,7 +78,7 @@ {% block content %} - + {{ static_include("images/plus.svg") | safe }} {{ _("Add a new bill") }}