"""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))
"""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))