From 50ddef6a7ee133a34d6abfa5cddb07342b1ac9f1 Mon Sep 17 00:00:00 2001 From: Ken Tsang Date: Wed, 2 Aug 2017 12:12:54 +0100 Subject: [PATCH] Update organisation link to new Platform Admin area --- app/templates/admin_template.html | 9 --------- app/templates/views/platform-admin/_base_template.html | 1 + 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/app/templates/admin_template.html b/app/templates/admin_template.html index 189f94f72..215563caa 100644 --- a/app/templates/admin_template.html +++ b/app/templates/admin_template.html @@ -49,15 +49,6 @@
  • Platform admin
  • -
  • - Providers -
  • -
  • - Organisations -
  • -
  • - Letter jobs -
  • {% endif %}
  • Sign out diff --git a/app/templates/views/platform-admin/_base_template.html b/app/templates/views/platform-admin/_base_template.html index d48756cab..8b245b40d 100644 --- a/app/templates/views/platform-admin/_base_template.html +++ b/app/templates/views/platform-admin/_base_template.html @@ -16,6 +16,7 @@ ('Live services', url_for('main.live_services')), ('Trial mode services', url_for('main.trial_services')), ('Providers', url_for('main.view_providers')), + ('Organisations', url_for('main.organisations')), ('Letter jobs', url_for('main.letter_jobs')) ] %}