First commit.

This still needs some work on the installer, which is not added yet.
This commit is contained in:
Raymond Jelierse
2012-02-25 20:55:15 +01:00
commit 0fd915729b
18 changed files with 1143 additions and 0 deletions

9
views/finish.html.twig Normal file
View File

@ -0,0 +1,9 @@
{% 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 %}