{% extends "base.html" %} {% load i18n %} {% block content %} {# TODO: Add hero #}

{% trans "Modifier mon ernesto-profil" %}

{% csrf_token %} {% include "bulma/form.html" with errors=True form=user_form %} {% include "bulma/form.html" with errors=True form=profile_form %}
{% endblock %}