{% extends "base.html" %} {% load i18n %} {% block title %}{% trans 'Password Reset' %} | {{ block.super }}{% endblock %} {% block section_title %} {% trans "Your password was reset" %} {% endblock %} {% block content %}

{% trans "You can go ahead and" %} {% trans 'log in' %} {% trans "using your new password." %}

{% endblock %}