diff --git a/helpdesk/templates/helpdesk/public_homepage.html b/helpdesk/templates/helpdesk/public_homepage.html
index 1b295adc..c281826f 100644
--- a/helpdesk/templates/helpdesk/public_homepage.html
+++ b/helpdesk/templates/helpdesk/public_homepage.html
@@ -50,7 +50,7 @@
{% if not field.field.required %} {% trans "(Optional)" %}{% endif %}
{{ field }}
{% if field.errors %}{{ field.errors }}{% endif %}
- {% if field.help_text %}{{ field.help_text }}{% endif %}
+ {% if field.help_text %}{{ field.help_text }}{% endif %}
{% endif %}
{% endfor %}