From 6fc39d1814e11563a7593d849849e9d12a421123 Mon Sep 17 00:00:00 2001 From: Nicholas Staples Date: Wed, 6 Jan 2016 11:37:59 +0000 Subject: [PATCH] Add in macro import to our template, not govuk_template --- app/templates/admin_template.html | 1 + 1 file changed, 1 insertion(+) diff --git a/app/templates/admin_template.html b/app/templates/admin_template.html index 76947a435..ee6a5cc9a 100644 --- a/app/templates/admin_template.html +++ b/app/templates/admin_template.html @@ -1,3 +1,4 @@ +{%- from "components/form-field.html" import render_field %} {% extends "govuk_template.html" %} {% block head %}