Files
changeblindness/views/next.html.twig
Raymond Jelierse 0fd915729b First commit.
This still needs some work on the installer, which is not added yet.
2012-02-25 20:55:15 +01:00

9 lines
368 B
Twig

{% extends 'base.html.twig' %}
{% block content %}
<header class="page-header">
<h1>Change blindness test (step {{ step_count }} of 3)</h1>
</header>
<p>Your response has been recorded.</p>
<p><a class="btn">&laquo; Retry</a> <a class="btn btn-primary" href="{{ next_url }}">Continue to step {{ step_count + 1 }} &raquo;</a></p>
{% endblock %}