aboutsummaryrefslogtreecommitdiff
path: root/budget/templates/create_archive.html
diff options
context:
space:
mode:
Diffstat (limited to 'budget/templates/create_archive.html')
-rw-r--r--budget/templates/create_archive.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/budget/templates/create_archive.html b/budget/templates/create_archive.html
new file mode 100644
index 0000000..ae96a30
--- /dev/null
+++ b/budget/templates/create_archive.html
@@ -0,0 +1,7 @@
+{% extends "layout.html" %}
+
+{% block content %}
+<form method="post" accept-charset="utf-8">
+{{ forms.create_archive(form) }}
+</form>
+{% endblock %}