diff options
author | Mark Sapiro <msapiro@value.net> | 2011-11-12 15:52:27 -0800 |
---|---|---|
committer | Mark Sapiro <msapiro@value.net> | 2011-11-12 15:52:27 -0800 |
commit | 1e179126faa8025e0c1d758c0b035f6b0c506e4a (patch) | |
tree | eb7d57ab72a3e92e1aca9fc522af65a72a419c7f /Mailman/Cgi/edithtml.py | |
parent | caaca9c3b00672f7e78334e59506d107e94ac667 (diff) | |
download | mailman2-1e179126faa8025e0c1d758c0b035f6b0c506e4a.tar.gz mailman2-1e179126faa8025e0c1d758c0b035f6b0c506e4a.tar.xz mailman2-1e179126faa8025e0c1d758c0b035f6b0c506e4a.zip |
Added masthead.txt to the list of templates that can be edited via the
web admin interface. Bug #266805.
Diffstat (limited to '')
-rw-r--r-- | Mailman/Cgi/edithtml.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Mailman/Cgi/edithtml.py b/Mailman/Cgi/edithtml.py index 5197b986..ee1ccd04 100644 --- a/Mailman/Cgi/edithtml.py +++ b/Mailman/Cgi/edithtml.py @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2007 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2011 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -46,6 +46,7 @@ def main(): ('subscribe.html', _('Subscribe results page')), ('options.html', _('User specific options page')), ('subscribeack.txt', _('Welcome email text file')), + ('masthead.txt', _('Digest masthead')), ) _ = i18n._ |