From e35480d6b7adf76f5bc4d46153b621abd722c681 Mon Sep 17 00:00:00 2001 From: 0livd <0livd@users.noreply.github.com> Date: Wed, 22 Feb 2017 23:40:52 +0100 Subject: Add export feature Bills and transactions can now be exported to json or csv ref #28 --- budget/templates/edit_project.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'budget/templates/edit_project.html') diff --git a/budget/templates/edit_project.html b/budget/templates/edit_project.html index 0240eff..a5e85c3 100644 --- a/budget/templates/edit_project.html +++ b/budget/templates/edit_project.html @@ -10,6 +10,10 @@ {% block content %}

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

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

+

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

+
+{{ forms.export_project(export_form) }}
{% endblock %} -- cgit v1.1