{% extends "registration/registration_base.html" %} {% load i18n %} {% block title %} {% trans "Password reset complete" %}{% endblock %} {% block content %}

{% trans "Ваш пароль был обновлен!" %}

{% blocktrans %}Теперь вы можете войти в систему{% endblocktrans %}.

{% endblock %} {% comment %} **registration/registration_complete.html** Used after successful completion of the registration form. This template has no context variables of its own, and should simply inform the user that an email containing account-activation information has been sent. {% endcomment %} {# This is used by django.contrib.auth #}