{% extends "core/base.html" %} {% comment %} This template is deprecated. Account pages are now part of the back-office. {% endcomment %} {% load i18n foundation %} {% block title %}{% trans "Update" %}{% endblock title %} {% block css %} {% endblock css %} {% block body %}
{% include "elements/forms/errors.html" with form=form %}
{% csrf_token %}
{% endblock body %}