diff --git a/templates/registration/registration_form.html b/templates/registration/registration_form.html index c8f5bbbf..a73bfaed 100644 --- a/templates/registration/registration_form.html +++ b/templates/registration/registration_form.html @@ -3,22 +3,27 @@ {% block title %}Registration{% endblock %} {% block content %} -{% if form.errors or supplement_form.errors %} -
- {{form.errors}} - {{supplement_form.errors}} -
-{% endif %} - -
{% csrf_token %} - {% for field in form %} -
- -
- {% render_field field class+="form-control" placeholder=field.label %} -
+
+

New User Registration

+ {% if form.errors or supplement_form.errors %} +
+ {{form.errors}} + {{supplement_form.errors}}
- {% endfor %} -

- + {% endif %} + +
+
{% csrf_token %} + {% for field in form %} +
+ +
+ {% render_field field class+="form-control" placeholder=field.label %} +
+
+ {% endfor %} +

+
+
+
{% endblock %} \ No newline at end of file