{% extends 'base.html' %} {% load i18n %} {% block content %}
{% translate "Your password has been changed. You should be able to log in now" %}: {% bootstrap_button _("Delete") button_class="btn-warning" button_type="submit" %} {# https://github.com/zostera/django-bootstrap5/pull/288 #} {% translate "Log in" %} {% endblocktranslate %}
{% endblock %}