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, 0 insertions, 10 deletions
diff --git a/ihatemoney/templates/upload_json.html b/ihatemoney/templates/upload_json.html
deleted file mode 100644
index 64aca0f..0000000
--- a/ihatemoney/templates/upload_json.html
+++ /dev/null
@@ -1,10 +0,0 @@
-{% 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 %}