6 lines
301 B
HTML
6 lines
301 B
HTML
{% extends "mailinglists/list_approval_base.html" %}
|
|
|
|
{% block innercontent %}
|
|
<font color="#022d66"> Your note denying the request to {% filter escape %}{% include "mailinglists/list_type_message2.txt" %}{% endfilter %} has been sent to the requestor with your comments (if any).<br>
|
|
{% endblock %}
|