{% extends "base.html" %} {% load i18n %} {% load static %} {% block title %}{% trans 'Password change successful' %}{% endblock %} {% block robots %}noindex,nofollow{% endblock %} {% block content %}

{% trans 'Password change' %}

{% if user.username %}

{% trans "Password change was successfull."%}

{% blocktrans %}Here's a link to the {% endblocktrans %}profile page.

{% else %}

{% trans "Login first in order to change password" %}

{% endif %} {% endblock %}