From 0edf8634a4257b601d18053cf72fc63f285a6871 Mon Sep 17 00:00:00 2001 From: Brice Maron Date: Tue, 13 Aug 2019 23:34:04 +0200 Subject: Move export form to links --- ihatemoney/templates/edit_project.html | 52 ++++++++++++++++++++++++++++------ 1 file changed, 44 insertions(+), 8 deletions(-) (limited to 'ihatemoney/templates') diff --git a/ihatemoney/templates/edit_project.html b/ihatemoney/templates/edit_project.html index a5e85c3..dcbbbc8 100644 --- a/ihatemoney/templates/edit_project.html +++ b/ihatemoney/templates/edit_project.html @@ -8,12 +8,48 @@ {% endblock %} {% block content %} -

{{ _("Edit this project") }}

-
-{{ forms.edit_project(edit_form) }} -

-

{{ _("Download this project's data") }}

-
-{{ forms.export_project(export_form) }} -
+

{{ _("Edit project") }}

+

+

+ {{ forms.edit_project(edit_form) }} +
+

+ +

{{ _("Download project's data") }}

+

+

+
+
+ {{ _('Bill items') }} + + + {{ static_include("images/file-alt.svg") | safe }} + JSON + + + {{ static_include("images/file-csv-solid.svg") | safe }} + CSV + + +
+

{{ _('Download the list of bills with owner, amount, reason,... ') }}

+
+
+
+ {{ _('Settle plans') }} + + + {{ static_include("images/file-alt.svg") | safe }} + JSON + + + {{ static_include("images/file-csv-solid.svg") | safe }} + CSV + + +
+

{{ _('Download the list of transactions needed to settle the current bills.') }}

+
+
+

{% endblock %} -- cgit v1.1