app/templates/emails/transactional/account-delete.txt

8 lines
164 B
Text
Raw Normal View History

2022-02-17 01:52:35 +08:00
{% extends "base.txt.jinja2" %}
{% block content %}
2021-04-23 17:50:26 +08:00
Your SimpleLogin account has been deleted successfully.
Thank you for having used SimpleLogin.
2022-02-17 01:52:35 +08:00
{% endblock %}