From 487327cc38cdc492753864d41608e2e893c3a64f Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Fri, 24 Jan 2020 12:01:00 +0000 Subject: [PATCH] Add guidance to footer Add guidance to footer, rename 'Delivery status' --- app/templates/admin_template.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/templates/admin_template.html b/app/templates/admin_template.html index d0837ea51..dde9ea393 100644 --- a/app/templates/admin_template.html +++ b/app/templates/admin_template.html @@ -223,7 +223,11 @@ }, { "href": url_for("main.message_status"), - "text": "Message status" + "text": "Delivery status" + }, + { + "href": url_for("main.guidance"), + "text": "Guidance" }, { "href": url_for("main.documentation"),