Files
changeblindness/views/finish.html.twig
mattbk 39805f9621 Got most results into a new EVA table
Still need to figure out timestamps and have the user enter an
identifier at the beginning.
2015-10-30 13:53:39 -05:00

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 &raquo;</a></p>
{% endblock %}