{% extends 'viewflow/base_page.html' %} {% load i18n %} {% block title %}{{ title }} - {{ block.super }}{% endblock %} {% block page-title %}{% trans "Profile" %}{% endblock %} {% block page-menu-app %}
arrow_back {% trans 'View site' %} {% url 'profile' as profile_url %} {% if profile_url %} account_box {% trans 'Profile' %} {% endif %}
{% endblock %} {% block content %}

{% trans 'Your password was changed.' %}

{% trans 'View site' %}
{% endblock %}