{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block title %} {% endblock %} {% block content %} {% if is_touch %}
{% else %}
{% endif %}
GO
Mistake
You should have pressed the "Space" key
NO GO
Mistake
You shouldn't have pressed the "Space" key
{% if is_touch %}
{% endif %} {{ form.gonogo_trials.as_hidden }} {% endblock %}