{% extends "registration/base.html" %} {% load i18n %} {% block content %}
{{ block.super }}
{% csrf_token %} {{ form.as_p }}
{% endblock %}