{% extends "password_reset/base.html" %}{% load i18n %} {% block title %}{% trans "New password set" %}{% endblock %} {% block content %} {% include 'partials/header.html' %}

Успех

{% trans "Your password has successfully been reset. You can use it right now on the login page." %}
{% include 'partials/footer.html' %}
{% endblock %}