From af79c8c8787e4049eec7f89bb71c409c411e68eb Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 22 Oct 2020 17:14:54 +0100 Subject: [PATCH] Add a back link to the conversation page We must have missed this when adding back links to all the pages. --- app/templates/views/conversations/conversation.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/templates/views/conversations/conversation.html b/app/templates/views/conversations/conversation.html index eaadc1d58..ff9de9fcd 100644 --- a/app/templates/views/conversations/conversation.html +++ b/app/templates/views/conversations/conversation.html @@ -1,4 +1,5 @@ {% from "components/ajax-block.html" import ajax_block %} +{% from "components/back-link/macro.njk" import govukBackLink %} {% extends "withnav_template.html" %} @@ -10,8 +11,10 @@
+ {{ govukBackLink({ "href": url_for("main.inbox", service_id=current_service.id) }) }} +
-

+

{{ user_number }}