From bd1122cc0e3c5524bea6f4dc97422eaeb52ed8d2 Mon Sep 17 00:00:00 2001 From: Jojo144 Date: Thu, 7 May 2020 22:34:31 +0200 Subject: Integrate illustrations as a showcase (#544) Integrate some custom graphics, and a whole comics explanation, only in French for now. Fix #363 --- ihatemoney/templates/list_bills.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'ihatemoney/templates/list_bills.html') diff --git a/ihatemoney/templates/list_bills.html b/ihatemoney/templates/list_bills.html index 95088eb..be55c19 100644 --- a/ihatemoney/templates/list_bills.html +++ b/ihatemoney/templates/list_bills.html @@ -69,8 +69,14 @@
+ {% if g.lang == 'fr' %} + + {{ static_include("images/read.svg") | safe }} + Voir la BD explicative + + {% endif %} - {{ static_include("images/paper-plane.svg") | safe }} + {{ static_include("images/paper-plane.svg") | safe }} {{ _("Invite people") }}
@@ -79,7 +85,7 @@ {% block content %} - {{ static_include("images/plus.svg") | safe }} + {{ static_include("images/plus.svg") | safe }} {{ _("Add a new bill") }} @@ -180,7 +186,7 @@
- {{ static_include("images/hand-holding-heart.svg") | safe }} + {{ static_include("images/bill.svg") | safe }}

{{ _('No bills')}}

{{ _("Nothing to list yet.")}}
-- cgit v1.1