X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/39d3e1f525ce1a7029b05af409d48e82bed7a5d0..16805458c74b66d6e3c0f5b6e3559145488c7283:/roles/email/files/mailman-patched/Captcha.py diff --git a/roles/email/files/mailman-patched/Captcha.py b/roles/email/files/mailman-patched/Captcha.py index 42f75f0..ae979d4 100644 --- a/roles/email/files/mailman-patched/Captcha.py +++ b/roles/email/files/mailman-patched/Captcha.py @@ -18,7 +18,7 @@ import random from Mailman import Utils -def displayhtml(mlist, captchas): +def display(mlist, captchas): """Returns a CAPTCHA question, the HTML for the answer box, and the data to be put into the CSRF token""" idx = random.randrange(len(captchas))