{% extends "client/base.html" %} {% block title %}Account settings — client portal{% endblock %} {% block heading %}Account settings{% endblock %} {% block content %}

Your details

{% csrf_token %}
{% with msg=errors.first_name %}{% include "partials/error.html" %}{% endwith %}
{% with msg=errors.email %}{% include "partials/error.html" %}{% endwith %}

Password

Changing your password signs you out of other devices.

Change password

Email notifications

{% csrf_token %}
{% endblock %}