{% extends 'core/page.html' %} {% load i18n %} {% block page %}

{% trans "Update profile" %}

{% url 'account_change_password' as password_url %} {% url 'account_email' as email_url %} {% blocktrans trimmed %} Please enter your updated account information. You can change your password using the password form and update your e-mail using the e-mail form. {% endblocktrans %}

{% csrf_token %} {% include 'core/bootstrap_form_fields.html' with form=user_form %} {% include 'core/bootstrap_form_fields.html' with form=profile_form %}
{% endblock %}