{% 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 %}

Username: {{ request.user.username }}

{{ user_form }} {{ profile_form }}
{% endblock %}