{% extends "base_template.html" %} {% block title %}Captcha — Google reCAPTCHA{% endblock %} {% block content %}

Captcha — Google reCAPTCHA

{% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endwith %}

reCAPTCHA keys

The public key embedded in the widget on your forms.
The private key used server-side to verify submissions. Never share it.
Leave these blank to use Google's official test keys, which always pass — handy for development but they do not protect your forms. Get real keys for your domain at https://www.google.com/recaptcha/admin.
{% endblock %}