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/forms.html | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'budget/templates/forms.html') diff --git a/budget/templates/forms.html b/budget/templates/forms.html index 3f8cc4a..b4fa236 100644 --- a/budget/templates/forms.html +++ b/budget/templates/forms.html @@ -150,6 +150,17 @@ {% endmacro %} +{% macro export_project(form) %} +
+ {{ form.hidden_tag() }} + {{ input(form.export_type) }} + {{ input(form.export_format) }} +
+
+ +
+{% endmacro %} + {% macro remind_password(form) %} {% include "display_errors.html" %} -- cgit v1.1