mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 18:22:37 -04:00
Merge pull request #955 from alphagov/fix-template-inheritance-without-navigation
Don’t inherit directly from admin template
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{% extends "admin_template.html" %}
|
{% extends "withoutnav_template.html" %}
|
||||||
{% from "components/textbox.html" import textbox %}
|
{% from "components/textbox.html" import textbox %}
|
||||||
{% from "components/page-footer.html" import page_footer %}
|
{% from "components/page-footer.html" import page_footer %}
|
||||||
|
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
GOV.UK Notify | Service settings
|
GOV.UK Notify | Service settings
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block fullwidth_content %}
|
{% block maincolumn_content %}
|
||||||
|
|
||||||
<h1 class="heading-large">Change your {{ thing }}</h1>
|
<h1 class="heading-large">Change your {{ thing }}</h1>
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{% extends "admin_template.html" %}
|
{% extends "withoutnav_template.html" %}
|
||||||
{% from "components/textbox.html" import textbox %}
|
{% from "components/textbox.html" import textbox %}
|
||||||
{% from "components/page-footer.html" import page_footer %}
|
{% from "components/page-footer.html" import page_footer %}
|
||||||
|
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
GOV.UK Notify | Service settings
|
GOV.UK Notify | Service settings
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block fullwidth_content %}
|
{% block maincolumn_content %}
|
||||||
|
|
||||||
<h1 class="heading-large">Change your password</h1>
|
<h1 class="heading-large">Change your password</h1>
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{% extends "admin_template.html" %}
|
{% extends "withoutnav_template.html" %}
|
||||||
{% from "components/textbox.html" import textbox %}
|
{% from "components/textbox.html" import textbox %}
|
||||||
{% from "components/page-footer.html" import page_footer %}
|
{% from "components/page-footer.html" import page_footer %}
|
||||||
|
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
GOV.UK Notify | Service settings
|
GOV.UK Notify | Service settings
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block fullwidth_content %}
|
{% block maincolumn_content %}
|
||||||
|
|
||||||
<h1 class="heading-large">Change your {{ thing }}</h1>
|
<h1 class="heading-large">Change your {{ thing }}</h1>
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{% extends "admin_template.html" %}
|
{% extends "withoutnav_template.html" %}
|
||||||
{% from "components/textbox.html" import textbox %}
|
{% from "components/textbox.html" import textbox %}
|
||||||
{% from "components/page-footer.html" import page_footer %}
|
{% from "components/page-footer.html" import page_footer %}
|
||||||
|
|
||||||
@@ -6,7 +6,7 @@
|
|||||||
GOV.UK Notify | Service settings
|
GOV.UK Notify | Service settings
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block fullwidth_content %}
|
{% block maincolumn_content %}
|
||||||
|
|
||||||
<h1 class="heading-large">Change your {{ thing }}</h1>
|
<h1 class="heading-large">Change your {{ thing }}</h1>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user