Coverage for templates / account / email / password_reset_key_message.txt: 0%
11 statements
« prev ^ index » next coverage.py v7.13.2, created at 2026-03-10 14:10 +0000
« prev ^ index » next coverage.py v7.13.2, created at 2026-03-10 14:10 +0000
1{% load i18n %}
2{% blocktrans with site_name=current_site.name site_domain=current_site.domain %}Hello from {{ site_name }}!
4We've received a request to reset your password. If you didn't make this request, you can safely ignore this email. Otherwise, click the button below to reset your password.{% endblocktrans %}
6{{ password_reset_url }}
8{% if email %}{% blocktrans %}In case you forgot, your email is {{ email }}.{% endblocktrans %}
10{% endif %}{% blocktrans with site_name=current_site.name site_domain=current_site.domain %}Thank you for using {{ site_name }}!
11{{ site_domain }}{% endblocktrans %}