aboutsummaryrefslogtreecommitdiff
path: root/ihatemoney/templates/layout.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/layout.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/layout.html')
-rw-r--r--ihatemoney/templates/layout.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/ihatemoney/templates/layout.html b/ihatemoney/templates/layout.html
index dc3d32f..8609779 100644
--- a/ihatemoney/templates/layout.html
+++ b/ihatemoney/templates/layout.html
@@ -46,7 +46,6 @@
<li class="nav-item{% if current_view == 'settle_bill' %} active{% endif %}"><a class="nav-link" href="{{ url_for("main.settle_bill") }}">{{ _("Settle") }}</a></li>
<li class="nav-item{% if current_view == 'statistics' %} active{% endif %}"><a class="nav-link" href="{{ url_for("main.statistics") }}">{{ _("Statistics") }}</a></li>
<li class="nav-item{% if current_view == 'edit_project' %} active{% endif %}"><a class="nav-link" href="{{ url_for("main.edit_project") }}">{{ _("Settings") }}</a></li>
- <li class="nav-item{% if current_view == 'upload_json' %} active{% endif %}"><a class="nav-link" href="{{ url_for("main.upload_json") }}">{{ _("Import") }}</a></li>
{% endblock %}
{% endif %}
</ul>