From 7c787698c2117bd78a17b323486a5251f27810d7 Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Fri, 21 Feb 2020 17:30:40 +0000 Subject: [PATCH] Remove GOVUK Template We've extended our base layout with GOVUK Frontend since https://github.com/alphagov/notifications-admin/commit/af95b4b45a65a65486b89e015ef737ad2e743721#diff-955fe6f891d984d11b8cd50ec995eb6a so this is no longer used. --- app/templates/govuk_template.html | 109 ------------------------------ 1 file changed, 109 deletions(-) delete mode 100644 app/templates/govuk_template.html diff --git a/app/templates/govuk_template.html b/app/templates/govuk_template.html deleted file mode 100644 index c8ea57fe9..000000000 --- a/app/templates/govuk_template.html +++ /dev/null @@ -1,109 +0,0 @@ -{% block top_of_page %}{% endblock %} - - - - - - {% block page_title %}GOV.UK - The best place to find government services and information{% endblock %} - - - - - - - - - - - - - - - - - - - - - - - - {% block head %}{% endblock %} - - - - - - - - - {% block body_start %}{% endblock %} - - - - - - - - - - {% block after_header %}{% endblock %} - -
- - {% block content %}{% endblock %} - - - - - - - - {% block body_end %}{% endblock %} - - - - -