Still need to figure out timestamps and have the user enter an identifier at the beginning.
9 lines
289 B
Twig
9 lines
289 B
Twig
{% extends 'base.html.twig' %}
|
|
|
|
{% block content %}
|
|
<header class="page-header">
|
|
<h1>Change blindness test</h1>
|
|
</header>
|
|
<p>Thank you for your participation.</p>
|
|
<p><a href="start" class="btn btn-large btn-primary">Return to homepage »</a></p>
|
|
{% endblock %} |