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


Please insert your ID-code below:



Notice!

This login is meant only for participants who have received an identification code from a researcher to be used in the rating task. If you have not received such please return to the previous page and select the "Begin task" function instead.


{{ form.hidden_tag() }}

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

{{ form.submit() }}

{% endblock %}