User Authentication
{% csrf_token %} {{ form.non_field_errors }} {% for field in form %} {{ field.label_tag }} {{ field }} {{ field.errors }} {% if field.help_text %}
{{ field.help_text|safe }}
{% endif %} {% endfor %}
Submit
Don't have an account?
Sign up
Forgot password?