datatracker/ietf/templates/mailinglists/list_wizard_done_email.txt
Bill Fenner e08772430a Create "allononeline" filter and use it for list_wizard_done_email.
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
2007-06-08 18:21:44 +00:00

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" %}