4.21.3
This commit is contained in:
10
app/templates/emails/transactional/user-report.html
Normal file
10
app/templates/emails/transactional/user-report.html
Normal file
@ -0,0 +1,10 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
{{ render_text("Hi") }}
|
||||
{{ render_text("Please find in the attached zip file a copy of your data which are stored on SimpleLogin. ") }}
|
||||
{{ render_text('Best,
|
||||
<br />
|
||||
SimpleLogin Team.') }}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user