From 6e02c4275a29512a567158ce81af5218e513de4f Mon Sep 17 00:00:00 2001 From: Alexis M Date: Mon, 26 Aug 2019 22:47:00 +0200 Subject: =?UTF-8?q?Add=20some=20spacing=20when=20displaying=20=C2=AB=20lis?= =?UTF-8?q?t=20empty=20=C2=BB.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 367d2ee..e24fca5 100644 --- a/ihatemoney/templates/list_bills.html +++ b/ihatemoney/templates/list_bills.html @@ -131,6 +131,6 @@ {% else %} -

{{ _("Nothing to list yet. You probably want to") }} {{ _("add a bill") }} ?

+

{{ _("Nothing to list yet. You probably want to") }} {{ _("add a bill") }} ?

{% endif %} {% endblock %} -- cgit v1.1