19 lines
382 B
HTML
19 lines
382 B
HTML
{{ extends "_static/global/Page.html" }}
|
|
{{ load otree static }}
|
|
|
|
{{ block title }}
|
|
Bot Detection Failed
|
|
{{ endblock }}
|
|
|
|
{{ block styles}}
|
|
{{ endblock }}
|
|
|
|
{{ block scripts}}
|
|
{{ endblock }}
|
|
|
|
{{ block content }}
|
|
<p>
|
|
You failed the transcription task three times. <br>
|
|
You will not be able to continue the experiment.
|
|
</p>
|
|
{{ endblock }}
|