{% extends "logged_in.html" %}
{% block title %}Change password{% endblock %}
{% block content %}
{% if not reg_h_is_confirmed %}
This page allows you to change your password.
However, that function only becomes available once you have confirmed
your account by klicking on the link in the confirmation e-mail.
To go back to your home directory, please click here. {% else %} Your password was changed successfully. Click here to return back to your home page. {% endif %} {% endblock %}