diff --git a/authentication/templates/authentication/auth_form.html b/authentication/templates/authentication/auth_form.html index 8889833..e8d5b64 100644 --- a/authentication/templates/authentication/auth_form.html +++ b/authentication/templates/authentication/auth_form.html @@ -11,7 +11,7 @@ {% endif %} {% csrf_token %} {{ form|crispy }} - + {% endblock %} \ No newline at end of file