1 {% extends "base_content.html" %}
3 {% block title %}{% spaceless %}{% trans "Please prove that you are a Human Being" %}{% endspaceless %}{% endblock %}
5 {% comment %} this form is set up to be used in wizards {% endcomment %}
6 <form name="notarobot" action="." method="POST">
10 <input type="submit" value="{% trans "I am a Human Being" %}" class="submit" style="float:left"/>
11 <input type="hidden" name="{{ step_field }}" value="{{ step0 }}" />
12 {{ previous_fields|safe }}