app/templates/emails/transactional/reset-password.txt

9 lines
155 B
Text
Raw Normal View History

2022-02-17 01:52:35 +08:00
{% extends "base.txt.jinja2" %}
{% block content %}
2019-11-21 05:05:37 +08:00
To reset or change your password, please click on this link:
2019-11-16 22:08:29 +08:00
{{reset_password_link}}
2022-02-17 01:52:35 +08:00
{% endblock %}