diff --git a/shiftregister/app/templates/register.html b/shiftregister/app/templates/register.html index 441ecaf..7aadfed 100644 --- a/shiftregister/app/templates/register.html +++ b/shiftregister/app/templates/register.html @@ -1,6 +1,7 @@ {% extends "helper_base.html" %} {% block title %}Registrierung{% endblock %} + {% block content %}
{% csrf_token %} @@ -16,11 +17,11 @@ {{ field }} {% endif %} -{%for error in field.errors %} -

{{ error }} +{% for error in field.errors %} +

{{ error }}

{% endfor %} {% if field.help_text %} -

{{ field.help_text }}

+

{{ field.help_text }}

{% endif %} {% endfor %}