{% extends "base.html" %} {% load i18n %} {% comment %}Translators: Don't translate, this is already done by Django{% endcomment %} {% block title %}{% trans "Password reset complete" %}{% endblock %} {% block content %} {% comment %}Translators: Don't translate, this is already done by Django{% endcomment %}

{% trans "Your password has been set. You may go ahead and log in now." %}

{% comment %}Translators: Don't translate, this is already done by Django{% endcomment %}

{% trans 'Log in' %}

{% endblock %}