mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-08 18:34:24 -04:00
Make page titles match <h1> tags on static pages
This commit fixes pages where this isn’t the case, and modifies the test to use the `client_request` fixture, which checks for this mismatch.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{% extends "withoutnav_template.html" %}
|
||||
|
||||
{% block per_page_title %}
|
||||
Callbacks
|
||||
Callbacks for received text messages
|
||||
{% endblock %}
|
||||
|
||||
{% block maincolumn_content %}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
{% from "components/sub-navigation.html" import sub_navigation %}
|
||||
|
||||
{% block per_page_title %}
|
||||
Information risk management
|
||||
Security
|
||||
{% endblock %}
|
||||
|
||||
{% block maincolumn_content %}
|
||||
@@ -70,7 +70,7 @@
|
||||
<h2 class="heading-medium">Cabinet Office approval</h2>
|
||||
<p>Notify has been assessed and approved by the Cabinet Office Senior Information Risk Officer (SIRO). The SIRO checks this approval once a year.</p>
|
||||
<p>Notify also has approval from the Office of the Government’s SIRO to host data within the EEA.</p>
|
||||
|
||||
|
||||
<h2 class="heading-medium">Classifications and security vetting</h2>
|
||||
<p>Any information in Notify is classified as ‘OFFICIAL’ under the Government Security Classifications Policy.</p>
|
||||
<p>All system administration staff working on Notify are cleared to Security Check (SC) level by United Kingdom Security Vetting.</p>
|
||||
|
||||
Reference in New Issue
Block a user