diff --git a/ihatemoney/templates/forms.html b/ihatemoney/templates/forms.html
index afc364f9..c07f443b 100644
--- a/ihatemoney/templates/forms.html
+++ b/ihatemoney/templates/forms.html
@@ -14,7 +14,7 @@
{{ field(class=class, placeholder=placeholder) | safe }}
{% endif %}
{% if field.description %}
- {{ field.description }}
+ {{ field.description }}
{% endif %}
@@ -25,7 +25,7 @@
{{ field(id=field.name) }}
{% if field.description %}
- {{ field.description }}
+ {{ field.description }}
{% endif %}
{% endmacro %}