{% extends "registration/base.html" %} {% load i18n %} {% block extra_head %} {{block.super}} {% endblock %} {% block registration_content %}

{% trans "Edit your profile" %}

{% csrf_token %} {% if form.non_field_errors %} {{form.non_field_errors}} {% endif %} {% for field in form %} {% include "balafon/_field_form.html" with allow_required_sign=1 %} {% endfor %}
{% trans "* : Required fields" %}
{% endblock %}