diff --git a/app/templates/views/organisations/organisation/settings/edit-agreement.html b/app/templates/views/organisations/organisation/settings/edit-agreement.html index 76f587cb9..05fb63c30 100644 --- a/app/templates/views/organisations/organisation/settings/edit-agreement.html +++ b/app/templates/views/organisations/organisation/settings/edit-agreement.html @@ -1,5 +1,6 @@ {% from "components/radios.html" import radios %} {% from "components/page-footer.html" import page_footer %} +{% from "components/page-header.html" import page_header %} {% from "components/form.html" import form_wrapper %} {% extends "org_template.html" %} @@ -9,7 +10,10 @@ {% endblock %} {% block maincolumn_content %} -
diff --git a/app/templates/views/organisations/organisation/settings/edit-go-live-notes.html b/app/templates/views/organisations/organisation/settings/edit-go-live-notes.html index 67f4143f8..e53e6db0e 100644 --- a/app/templates/views/organisations/organisation/settings/edit-go-live-notes.html +++ b/app/templates/views/organisations/organisation/settings/edit-go-live-notes.html @@ -1,5 +1,6 @@ {% from "components/form.html" import form_wrapper %} {% from "components/page-footer.html" import page_footer %} +{% from "components/page-header.html" import page_header %} {% from "components/textbox.html" import textbox %} {% extends "org_template.html" %} @@ -9,7 +10,10 @@ {% endblock %} {% block maincolumn_content %} -
diff --git a/app/templates/views/organisations/organisation/settings/edit-type.html b/app/templates/views/organisations/organisation/settings/edit-type.html index 46d34cf6f..4ce32d672 100644 --- a/app/templates/views/organisations/organisation/settings/edit-type.html +++ b/app/templates/views/organisations/organisation/settings/edit-type.html @@ -10,7 +10,10 @@ {% endblock %} {% block maincolumn_content %} - {{ page_header("Organisation sector") }} + {{ page_header( + "Organisation sector", + back_link=url_for('.organisation_settings', org_id=current_org.id) + ) }} {% call form_wrapper() %} {{ radios(form.organisation_type) }} {{ page_footer('Save') }} diff --git a/app/templates/views/organisations/organisation/settings/set-email-branding.html b/app/templates/views/organisations/organisation/settings/set-email-branding.html index 71034e51d..e283cf224 100644 --- a/app/templates/views/organisations/organisation/settings/set-email-branding.html +++ b/app/templates/views/organisations/organisation/settings/set-email-branding.html @@ -1,6 +1,7 @@ {% extends "org_template.html" %} {% from "components/radios.html" import radios %} {% from "components/page-footer.html" import page_footer %} +{% from "components/page-header.html" import page_header %} {% from "components/live-search.html" import live_search %} {% from "components/form.html" import form_wrapper %} @@ -10,7 +11,10 @@ {% block maincolumn_content %} -