{% extends "base.html" %} {% load i18n %} {% load static %} {% block title %}{% trans 'Password change successful' %}{% endblock %} {% block robots %}noindex,nofollow{% endblock %} {% block content %}
{% blocktrans %}Here's a link to the {% endblocktrans %}profile page.
{% else %}{% trans "Login first in order to change password" %}
{% endif %} {% endblock %}