{% extends "registration/base_registration.html" %} {% load i18n %} {% block registration_content %}
{{ form.as_p }} {%csrf_token %}
{% endblock %}