From 59d889abccfaa4f20ece5f77217e08e30d8b24fb Mon Sep 17 00:00:00 2001 From: mattbk Date: Tue, 3 Nov 2015 08:33:37 -0600 Subject: [PATCH] Add href for retry button --- views/next.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/next.html.twig b/views/next.html.twig index d00cdf9..62c04ec 100644 --- a/views/next.html.twig +++ b/views/next.html.twig @@ -2,8 +2,8 @@ {% block content %}

Your response has been recorded.

-

« Retry Continue to step {{ step_count + 1 }} »

+

« Retry Continue to step {{ step_count + 1 }} »

{% endblock %} \ No newline at end of file -- 2.39.5