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/edit_project.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ihatemoney/templates/edit_project.html') diff --git a/ihatemoney/templates/edit_project.html b/ihatemoney/templates/edit_project.html index b7861c5..478b7b4 100644 --- a/ihatemoney/templates/edit_project.html +++ b/ihatemoney/templates/edit_project.html @@ -48,11 +48,11 @@ {{ _('Bill items') }} - {{ static_include("images/file-alt.svg") | safe }} + {{ static_include("images/file-alt.svg") | safe }} JSON - {{ static_include("images/file-csv-solid.svg") | safe }} + {{ static_include("images/file-csv-solid.svg") | safe }} CSV @@ -64,11 +64,11 @@ {{ _('Settle plans') }} - {{ static_include("images/file-alt.svg") | safe }} + {{ static_include("images/file-alt.svg") | safe }} JSON - {{ static_include("images/file-csv-solid.svg") | safe }} + {{ static_include("images/file-csv-solid.svg") | safe }} CSV -- cgit v1.1