Files
edx-platform/common/djangoapps/student/templates/unsubscribed_emails/email/body.html
2023-07-13 18:13:14 +05:00

9 lines
232 B
HTML

{% extends "unsubscribed_emails/email/base.html" %}
{% block body %}
<p>
Please find attached CSV file for Unsubscribed Emails from <strong>{{ start_date }}</strong> to <strong>{{ end_date }}</strong>
</p>
{% endblock body %}