{% extends "djadmin/auth_page.html" %}
{% load i18n djadmin %}
{% block auth_title %}{% translate 'Password updated' %}{% endblock %}
{% block auth_lede %}{% translate 'You can sign in with your new password now.' %}{% endblock %}
{% block auth_card %}
{% dj_url 'index' as dj_home %}
{% translate 'Go to the admin' %}
{% endblock %}