Make multiple currency optional

Fixes #848

A description is provided in project settings to make the feature self explanatory.
This commit is contained in:
Glandos 2021-10-18 22:59:53 +02:00
parent 6ba8ec211f
commit f8cf9a7ff5

View file

@ -78,7 +78,6 @@
{% if config['ENABLE_CAPTCHA'] %} {% if config['ENABLE_CAPTCHA'] %}
{{ input(form.captcha) }} {{ input(form.captcha) }}
{% endif %} {% endif %}
{{ input(form.default_currency) }}
{% if not home %} {% if not home %}
{{ submit(form.submit, home=True) }} {{ submit(form.submit, home=True) }}
{% endif %} {% endif %}