simple-login/templates/emails/transactional/reset-password.txt
2022-02-16 18:52:35 +01:00

9 lines
155 B
Plaintext

{% extends "base.txt.jinja2" %}
{% block content %}
To reset or change your password, please click on this link:
{{reset_password_link}}
{% endblock %}