diff --git a/ihatemoney/templates/forms.html b/ihatemoney/templates/forms.html
index 3dc2f9c8..4b10902f 100644
--- a/ihatemoney/templates/forms.html
+++ b/ihatemoney/templates/forms.html
@@ -124,13 +124,6 @@
{{ input(form.what, inline=True) }}
{{ input(form.payer, inline=True, class="form-control custom-select") }}
{{ input(form.amount, inline=True) }}
- Options avancées
- {% if g.project.default_currency != "XXX" %}
- {{ input(form.original_currency, inline=True, class="form-control custom-select") }}
- {% endif %}
- {{ input(form.external_link, inline=True) }}
-