{% extends 'base.html' %} {% load static %} {% block content %}
{% for error in field.errors %}
{{ error }}
{{login_form.non_field_errors}}