Add href for retry button #32

Merged
mattbk merged 1 commits from fix-retry-button into master 2015-11-03 08:34:28 -06:00

View File

@ -2,8 +2,8 @@
{% block content %} {% block content %}
<header class="page-header"> <header class="page-header">
<h1>Change blindness test (step {{ step_count }} of 3)</h1> <h1>Change blindness test (step {{ step_count }} of {{ step_total }})</h1>
</header> </header>
<p>Your response has been recorded.</p> <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> <p><a class="btn" href="{{ prev_url }}">&laquo; Retry</a> <a class="btn btn-primary" href="{{ next_url }}">Continue to step {{ step_count + 1 }} &raquo;</a></p>
{% endblock %} {% endblock %}