aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/templates/upload_json.html
diff options
context:
space:
mode:
Diffstat (limited to 'ihatemoney/templates/upload_json.html')
-rw-r--r--ihatemoney/templates/upload_json.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/ihatemoney/templates/upload_json.html b/ihatemoney/templates/upload_json.html
new file mode 100644
index 0000000..64aca0f
--- /dev/null
+++ b/ihatemoney/templates/upload_json.html
@@ -0,0 +1,10 @@
+{% extends "layout.html" %}
+
+{% block content %}
+ <h2>{{ _("Import JSON") }}</h2>
+ <p>
+ <form class="form-horizontal" method="post" enctype="multipart/form-data">
+ {{ forms.upload_json(form) }}
+ </form>
+ </p>
+{% endblock %}