Use the Site to get the URL in list_wizard_done_email. Set req for list_wizard_done_email as it is for approval email. Only use domain-based extra approvers for non-WG requests. Supply hidden fields for mlist_name and domain_name for deletion. (These should be visible but uneditable, but passing them through is a start) - Legacy-Id: 267
9 lines
474 B
Plaintext
9 lines
474 B
Plaintext
{% load ietf_filters %}{% filter wordwrap:"72" %}
|
|
The Secretariat has received a request from {{ list.requestor }}
|
|
to {% filter allononeline %}{% include "mailinglists/list_type_message2.txt" %}{% endfilter %}.
|
|
Please use the following URL to review and approve or deny this request:
|
|
{# https is only for production #}https://{{ site.domain }}{% url ietf.mailinglists.views.list_approve list.mailing_list_id %}
|
|
{% endfilter %}
|
|
|
|
{% include "mailinglists/list_summary.txt" %}
|