diff --git a/ihatemoney/templates/forms.html b/ihatemoney/templates/forms.html
index 0900d2f0..82b960e3 100644
--- a/ihatemoney/templates/forms.html
+++ b/ihatemoney/templates/forms.html
@@ -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) }}