summaryrefslogtreecommitdiff
path: root/Mailman/Cgi/create.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/Cgi/create.py')
-rw-r--r--Mailman/Cgi/create.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Cgi/create.py b/Mailman/Cgi/create.py
index 736590974..3cd05fb47 100644
--- a/Mailman/Cgi/create.py
+++ b/Mailman/Cgi/create.py
@@ -355,7 +355,7 @@ def request_creation(doc, cgidata=dummy, errmsg=None):
ftable.AddCellInfo(ftable.GetCurrentRowIndex(), 1, bgcolor=GREY)
# Create the table of initially supported languages
- langs = Utils.GetDirectories(mm_cfg.TEMPLATE_DIR)
+ langs = mm_cfg.LC_DESCRIPTIONS.keys()
langs.sort()
try:
langi = langs.index(mm_cfg.DEFAULT_SERVER_LANGUAGE)