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 %}