{% extends "global/Page.html" %} {% load otree static %} {% block title %} Instructions (without captcha) {% endblock %} {% block content %}
If this page is not completed within 30s, a captcha page is shown which includes the same instructions.
Hiding the timer is easy. I've made preparations in the code.
{% include 'delayed_captcha/Instructions.html' %} {% next_button %} {% endblock %} {% block scripts %} {% endblock %}