diff options
| author | Barry Warsaw | 2017-05-24 13:25:26 -0700 |
|---|---|---|
| committer | Barry Warsaw | 2017-05-24 13:25:26 -0700 |
| commit | b2d961dcffa6602c2b39e421b157c0c0026b6c46 (patch) | |
| tree | b2a41632ee41f847d48b4c8155e8cc1bd1155893 /src/mailman/rest/listconf.py | |
| parent | 6894855b2b6c6fb7ada2dca3708f67a16cf2e2da (diff) | |
| download | mailman-b2d961dcffa6602c2b39e421b157c0c0026b6c46.tar.gz mailman-b2d961dcffa6602c2b39e421b157c0c0026b6c46.tar.zst mailman-b2d961dcffa6602c2b39e421b157c0c0026b6c46.zip | |
Diffstat (limited to 'src/mailman/rest/listconf.py')
| -rw-r--r-- | src/mailman/rest/listconf.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mailman/rest/listconf.py b/src/mailman/rest/listconf.py index 87535ce48..da7111d0f 100644 --- a/src/mailman/rest/listconf.py +++ b/src/mailman/rest/listconf.py @@ -65,9 +65,9 @@ TEMPLATE_ATTRIBUTES = dict( digest_footer_uri='list:digest:footer', digest_header_uri='list:digest:header', footer_uri='list:regular:footer', - goodbye_message_uri='user:ack:goodbye', + goodbye_message_uri='list:user:notice:goodbye', header_uri='list:regular:header', - welcome_message_uri='user:ack:welcome', + welcome_message_uri='list:user:notice:welcome', ) |
