- Add domain helper function to default domain name to ietf.org - Use correct values for post_who Template updates: - Use the domain helper function - Use the post_who_display helper function - Move some of the items that could wrap to the next line - Legacy-Id: 212
12 lines
353 B
HTML
12 lines
353 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
|
|
{% if list.add_comment %}
|
|
requestor with your comments.
|
|
{% else %}
|
|
requestor.
|
|
{% endif %}
|
|
<br>
|
|
{% endblock %}
|