From 1e179126faa8025e0c1d758c0b035f6b0c506e4a Mon Sep 17 00:00:00 2001 From: Mark Sapiro Date: Sat, 12 Nov 2011 15:52:27 -0800 Subject: Added masthead.txt to the list of templates that can be edited via the web admin interface. Bug #266805. --- Mailman/Cgi/edithtml.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Mailman') 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._ -- cgit v1.2.3