Coverage for templates / account / password_reset_from_key_done.html: 0%

4 statements  

« prev     ^ index     » next       coverage.py v7.13.2, created at 2026-03-10 14:10 +0000

1  

2{% extends '_base.html' %} 

3{% load crispy_forms_tags %} 

4{% load i18n %} 

5  

6{% block page_title %}{% trans "Change Password Done" %}{% endblock %} 

7{% block page_h2 %}{% trans "Change Password Done" %}{% endblock %} 

8  

9{% block page_body %} 

10<p>{% trans "Your password has been changed." %}</p> 

11{% endblock %}