mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-06 13:01:50 +02:00
explicitely disable rendering if currency is XXX
This commit is contained in:
parent
a015904365
commit
934cc83e09
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@
|
|||
{{ input(form.what, inline=True) }}
|
||||
{{ input(form.payer, inline=True, class="form-control custom-select") }}
|
||||
{{ input(form.amount, inline=True) }}
|
||||
{% if not form.original_currency.render_kw %}
|
||||
{% if g.project.default_currency != "XXX" %}
|
||||
{{ input(form.original_currency, inline=True) }}
|
||||
{% endif %}
|
||||
{{ input(form.external_link, inline=True) }}
|
||||
|
|
Loading…
Reference in a new issue