{% extends "registration/base.html" %} {% load i18n %} {% block registration_content %}
{% csrf_token %}
{% include "_field.html" with field=form.message %}
{% endblock %}