diff options
| author | eMerzh <brice@bmaron.net> | 2020-04-08 14:00:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-08 14:00:24 +0200 |
| commit | 03251c090e64082acfe301e844610f64c8f8fdef (patch) | |
| tree | 8e642b7c10fdcbd0f5a4a18f5648b6f8b6e32922 /ihatemoney/templates/upload_json.html | |
| parent | 4b79efe18a9952268d65b98813e3929a8179ed2c (diff) | |
| download | ihatemoney-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.html | 10 |
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 %}
|
