X-Git-Url: https://git.ralfj.de/ansible.git/blobdiff_plain/e950b50ac5f0ac5f5418554f260ab7916ea116bc..eb5ab9a3ffe8dc85874301218bbfdde5ea64ffcf:/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))