{% extends "base.html" %} {% load compress static hc_extras %} {% block content %}

Signal CAPTCHA

{% if result %}

Result:

{{ result }}

{% endif %}

First, solve a CAPTCHA here, then paste it below:

{% csrf_token %}
{% endblock %}