diff --git a/templates/bootstrap/forms/registration.html b/templates/bootstrap/forms/registration.html
index 2320687..9a5e0e0 100644
--- a/templates/bootstrap/forms/registration.html
+++ b/templates/bootstrap/forms/registration.html
@@ -3,7 +3,7 @@
{% spaceless %}
-
+
{% if "captcha" in field.id_for_label %}
{{ field.field.widget.image_and_audio|safe }}
{% elif "agreement" in field.id_for_label %}
@@ -17,7 +17,7 @@
{{ field.label }}{% if field.field.required %}*{% endif %}
{% endif %}
-
+
{% if "captcha" in field.id_for_label %}
{{ field.field.widget.hidden_field|safe }}