From af95b4b45a65a65486b89e015ef737ad2e743721 Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Wed, 9 Oct 2019 15:51:12 +0100 Subject: [PATCH] Add GOVUK Frontend version of govuk_template `admin_template.html` is the base layout used by all pages in the application. This swaps out its dependance on govuk_template for the version GOVUK Frontend provides. Also renames blocks used in `admin_template.html`, defined in both the old and new govuk_template whose names have changed, as listed in: https://design-system.service.gov.uk/styles/page-template/ --- app/templates/admin_template.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/app/templates/admin_template.html b/app/templates/admin_template.html index ff30b79cc..d2d305ac5 100644 --- a/app/templates/admin_template.html +++ b/app/templates/admin_template.html @@ -1,6 +1,15 @@ -{% extends "govuk_template.html" %} +{% extends "template.njk" %} {% from "components/banner.html" import banner %} +{% block headIcons %} + + {# Hardcoded value of $govuk-black #} + + + + +{% endblock %} + {% block head %}