mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Renamed components folder, put failing tests back in to get some assistance with those
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{% extends "withnav_template.html" %}
|
||||
{% from "components/banner.html" import banner_wrapper %}
|
||||
{% from "components/page-header.html" import page_header %}
|
||||
{% from "components/us_components/back-link/macro.njk" import govukBackLink %}
|
||||
{% from "components/us_components/button/macro.njk" import govukButton %}
|
||||
{% from "components/components/back-link/macro.njk" import govukBackLink %}
|
||||
{% from "components/components/button/macro.njk" import govukButton %}
|
||||
|
||||
{% block service_page_title %}
|
||||
{{ "Error" if error else "Preview of ‘{}’".format(template.name) }}
|
||||
|
||||
Reference in New Issue
Block a user