from .forms import CaptchaTestForm

def captcha_form(request):
    return {
     'captcha_form' : CaptchaTestForm()
}