{% extends "logged_in.html" %}
{% block title %}Edit user account seetings{% endblock %}
{% block content %}
{% if not reg_h_is_confirmed %}
This page allows you to change your password and e-mail address.
However, that function only becomes available once you have confirmed
your account by klicking on the link in the confirmation e-mail.
{% endif %}
{% endblock %}