{% extends "base.html" %} {% load i18n %} {% block page_title %}{% trans 'Password Reset Successfully!' %}{% endblock page_title %} {% block content %}

{% trans 'Password Reset Successfully!' %}

{% trans 'Your password was reset successfully! You may now login by clicking' %} {% trans 'here' %}.

{% endblock content %}