{% extends "base.html" %} {% block content %}
{% csrf_token %}
{{ form.email.label_tag }} {{ form.email }}
{% endblock %}