From 48bfa7e47f924329a646e30f8a39e80ce25c6558 Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Fri, 21 Feb 2020 17:27:32 +0000 Subject: [PATCH 1/2] Remove non-existent path from .gitignore --- .gitignore | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitignore b/.gitignore index 508249609..9b8b7c764 100644 --- a/.gitignore +++ b/.gitignore @@ -62,7 +62,6 @@ target/ .vscode # Frontend dependencies and compiled assets -app/assets/stylesheets/govuk_template/.sass-cache/ .sass-cache/ cache/ node_modules From 7c787698c2117bd78a17b323486a5251f27810d7 Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Fri, 21 Feb 2020 17:30:40 +0000 Subject: [PATCH 2/2] 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 %} - - - - -