{% extends "base.html" %} {% block content %}
{% if form.non_field_errors %}

{{ form.non_field_errors.0 }}

{% endif %}
{% csrf_token %}
{{ form.email.label_tag }} {{ form.email|bootstrap }}
{% endblock %}