diff --git a/django_common/templates/common/fragments/form_field.html b/django_common/templates/common/fragments/form_field.html
index 3ec57ee..b2e6c53 100644
--- a/django_common/templates/common/fragments/form_field.html
+++ b/django_common/templates/common/fragments/form_field.html
@@ -2,13 +2,15 @@
-
- {{ form_field }}
- {% if form_field.help_text %}
- {{ form_field.help_text|safe }}
- {% endif %}
- {% if form_field.errors %}
- {{ form_field.errors|safe }}
- {% endif %}
-
+
+
+ {{ form_field }}
+ {% if form_field.help_text %}
+ {{ form_field.help_text|safe }}
+ {% endif %}
+ {% if form_field.errors %}
+ {{ form_field.errors|safe }}
+ {% endif %}
+
+