From f8cf9a7ff5042140b63b68ea250e3066ba5c73b9 Mon Sep 17 00:00:00 2001 From: Glandos Date: Mon, 18 Oct 2021 22:59:53 +0200 Subject: [PATCH] Make multiple currency optional Fixes #848 A description is provided in project settings to make the feature self explanatory. --- ihatemoney/templates/forms.html | 1 - 1 file changed, 1 deletion(-) diff --git a/ihatemoney/templates/forms.html b/ihatemoney/templates/forms.html index 9d8e8c99..2de11ec5 100644 --- a/ihatemoney/templates/forms.html +++ b/ihatemoney/templates/forms.html @@ -78,7 +78,6 @@ {% if config['ENABLE_CAPTCHA'] %} {{ input(form.captcha) }} {% endif %} - {{ input(form.default_currency) }} {% if not home %} {{ submit(form.submit, home=True) }} {% endif %}