From f62d74dfdd027405b5dffdcda332979f6b250635 Mon Sep 17 00:00:00 2001 From: bwarsaw Date: Fri, 18 May 2001 20:15:27 +0000 Subject: loginpage(): Instead of passing in the list's preferred language, simple pass in self; maketext() digs the preferred language out of the list object. --- Mailman/Cgi/Auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailman/Cgi/Auth.py b/Mailman/Cgi/Auth.py index 68eb9a08c..06630c60f 100644 --- a/Mailman/Cgi/Auth.py +++ b/Mailman/Cgi/Auth.py @@ -49,7 +49,7 @@ def loginpage(mlist, scriptname, msg='', frontpage=None): {'listname': mlist.real_name, 'path' : actionurl, 'message' : msg, - }, lang=mlist.preferred_language) + }, mlist=mlist) -- cgit v1.3.1