Add href for retry button
This commit is contained in:
@ -2,8 +2,8 @@
|
||||
|
||||
{% block content %}
|
||||
<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>
|
||||
<p>Your response has been recorded.</p>
|
||||
<p><a class="btn">« Retry</a> <a class="btn btn-primary" href="{{ next_url }}">Continue to step {{ step_count + 1 }} »</a></p>
|
||||
<p><a class="btn" href="{{ prev_url }}">« Retry</a> <a class="btn btn-primary" href="{{ next_url }}">Continue to step {{ step_count + 1 }} »</a></p>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user