From 5a14130cdc8e530fde11e3aec5f677b26ca533ff Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Fri, 26 Oct 2001 22:16:41 +0000 Subject: main(): template_data: handle_opts.html is gone. Found by Tokio Kikuchi. --- Mailman/Cgi/edithtml.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Mailman/Cgi/edithtml.py b/Mailman/Cgi/edithtml.py index d1f8c9421..eee07540f 100644 --- a/Mailman/Cgi/edithtml.py +++ b/Mailman/Cgi/edithtml.py @@ -42,7 +42,6 @@ def main(): ('listinfo.html', _('General list information page')), ('subscribe.html', _('Subscribe results page')), ('options.html', _('User specific options page')), - ('handle_opts.html', _('Changing user options results page')), ) _ = i18n._ -- cgit v1.3.1