{% extends "global/Page.html" %} {% load otree static %} {% block title %} Instructions (with captcha) {% endblock %} {% block content %}
30s have passed. Now a page including a captcha is shown.
{% include 'delayed_captcha/Instructions.html' %} {% formfield player.captcha %} {% next_button %} {% endblock %}