13 lines
182 B
HTML
13 lines
182 B
HTML
{% extends "emailbase.html" %}
|
|
|
|
{% block body %}
|
|
<p>Dear Admin,</p>
|
|
|
|
|
|
<p><strong>{{ name }}</strong>: {{ reason }}.</p>
|
|
|
|
<p>
|
|
Best Regards, the Rowsandall Team
|
|
</p>
|
|
{% endblock %}
|