{% extends "base.html" %} {% block content %}


Run experiment with any ID:



Notice!

You can use any login name for a testrun that is not currently in database for this experiment.


{{ form.hidden_tag() }}

{{ form.participant_id(size=32) }}
{% for error in form.participant_id.errors %} [{{ error }}] {% endfor %}

{{ form.submit() }}

{% endblock %}