{% extends "admin/base_initial.html" %} {% load i18n static %} {% block bodyclass %}{{ block.super }} password-reset auth{% endblock %} {% block title %}{% translate "Password reset complete" %}{% endblock %} {% block initial-content %}
{% translate "Your password has been set. You may go ahead and log in now." %}
{% url 'admin:index' as admin_url %} {% if admin_url %}