From a7b28161fbaede38e0f2cb0f95d611c009a78ce0 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Tue, 19 May 2020 15:39:46 +0100 Subject: [PATCH] Move 'who it's for' to About menu --- app/templates/admin_template.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/templates/admin_template.html b/app/templates/admin_template.html index 804f65809..06350833e 100644 --- a/app/templates/admin_template.html +++ b/app/templates/admin_template.html @@ -181,6 +181,10 @@ "href": url_for("main.roadmap"), "text": "Roadmap" }, + { + "href": url_for("main.who_its_for"), + "text": "Who can use Notify", + }, { "href": url_for("main.security"), "text": "Security" @@ -217,10 +221,6 @@ "href": url_for("main.get_started"), "text": "Get started" }, - { - "href": url_for("main.who_its_for"), - "text": "Who it’s for", - }, { "href": url_for("main.trial_mode_new"), "text": "Trial mode"