mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
Make multiple currency optional
Fixes #848 A description is provided in project settings to make the feature self explanatory.
This commit is contained in:
parent
6ba8ec211f
commit
f8cf9a7ff5
1 changed files with 0 additions and 1 deletions
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in a new issue