simple-login/templates/emails/transactional/subscription-cancel.txt

9 lines
151 B
Plaintext
Raw Normal View History

2022-02-21 14:10:22 +00:00
{% extends "base.txt.jinja2" %}
2022-02-21 14:10:22 +00:00
{% block content %}
Your subscription will end at {{end_date}}.
Thanks for giving SimpleLogin a try!
2022-02-21 14:10:22 +00:00
{% endblock %}