aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/templates/upload_json.html
diff options
context:
space:
mode:
authoreMerzh <brice@bmaron.net>2020-04-08 14:00:24 +0200
committerGitHub <noreply@github.com>2020-04-08 14:00:24 +0200
commit03251c090e64082acfe301e844610f64c8f8fdef (patch)
tree8e642b7c10fdcbd0f5a4a18f5648b6f8b6e32922 /ihatemoney/templates/upload_json.html
parent4b79efe18a9952268d65b98813e3929a8179ed2c (diff)
downloadihatemoney-mirror-03251c090e64082acfe301e844610f64c8f8fdef.zip
ihatemoney-mirror-03251c090e64082acfe301e844610f64c8f8fdef.tar.gz
ihatemoney-mirror-03251c090e64082acfe301e844610f64c8f8fdef.tar.bz2
merge settings and import to avoid clutter (#550)
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 %}