From 9c9832704d67ccca11830cfaab886cf7f2fdcf0e Mon Sep 17 00:00:00 2001 From: Brice Maron Date: Sat, 31 Aug 2019 22:54:23 +0200 Subject: bill list: add placeholder and disable add bill when no members --- ihatemoney/templates/list_bills.html | 77 +++++++++++++++++++++++------------- 1 file changed, 49 insertions(+), 28 deletions(-) (limited to 'ihatemoney/templates/list_bills.html') diff --git a/ihatemoney/templates/list_bills.html b/ihatemoney/templates/list_bills.html index e24fca5..e42ec37 100644 --- a/ihatemoney/templates/list_bills.html +++ b/ihatemoney/templates/list_bills.html @@ -87,10 +87,12 @@ {% endblock %} {% block content %} - - {{ static_include("images/plus.svg") | safe }} - {{ _("Add a new bill") }} - + + + {{ static_include("images/plus.svg") | safe }} + {{ _("Add a new bill") }} + +