diff --git a/app/assets/error_pages/5xx.html b/app/assets/error_pages/5xx.html index 84498d041..d98023e0c 100644 --- a/app/assets/error_pages/5xx.html +++ b/app/assets/error_pages/5xx.html @@ -66,9 +66,9 @@
-
-
-
+
+
+

Sorry, there is a problem with the service

diff --git a/app/templates/error/401.html b/app/templates/error/401.html index d8d30b399..cf458405d 100644 --- a/app/templates/error/401.html +++ b/app/templates/error/401.html @@ -1,8 +1,8 @@ {% extends "withoutnav_template.html" %} {% block per_page_title %}You’re not authorised to see this page{% endblock %} {% block maincolumn_content %} -
-
+
+

You’re not authorised to see this page

Sign in to Notify.gov and try again.

diff --git a/app/templates/error/403.html b/app/templates/error/403.html index 7c2c86a90..2e7c136f6 100644 --- a/app/templates/error/403.html +++ b/app/templates/error/403.html @@ -1,8 +1,8 @@ {% extends "withoutnav_template.html" %} {% block per_page_title %}You’re not allowed to see this page{% endblock %} {% block maincolumn_content %} -
-
+
+

You’re not allowed to see this page

diff --git a/app/templates/error/404.html b/app/templates/error/404.html index ba607bc02..1b530a7e2 100644 --- a/app/templates/error/404.html +++ b/app/templates/error/404.html @@ -1,8 +1,8 @@ {% extends "withoutnav_template.html" %} {% block per_page_title %}Page not found{% endblock %} {% block maincolumn_content %} -
-
+
+

Page not found

diff --git a/app/templates/error/410.html b/app/templates/error/410.html index ba607bc02..1b530a7e2 100644 --- a/app/templates/error/410.html +++ b/app/templates/error/410.html @@ -1,8 +1,8 @@ {% extends "withoutnav_template.html" %} {% block per_page_title %}Page not found{% endblock %} {% block maincolumn_content %} -
-
+
+

Page not found

diff --git a/app/templates/error/500.html b/app/templates/error/500.html index b8e5f9144..63fa1ea18 100644 --- a/app/templates/error/500.html +++ b/app/templates/error/500.html @@ -1,8 +1,8 @@ {% extends "withoutnav_template.html" %} {% block per_page_title %}Sorry, there’s a problem with the service{% endblock %} {% block maincolumn_content %} -
-
+
+

Sorry, there’s a problem with Notify.gov

diff --git a/app/templates/fullwidth_template.html b/app/templates/fullwidth_template.html index 21aee5299..707f0e1bb 100644 --- a/app/templates/fullwidth_template.html +++ b/app/templates/fullwidth_template.html @@ -1,6 +1,6 @@ {% extends "admin_template.html" %} -{% set mainClasses = "govuk-!-padding-top-0 govuk-!-padding-bottom-0" %} +{% set mainClasses = "" %} {% block main %} {% block beforeContent %}{% endblock %} diff --git a/app/templates/main_template.html b/app/templates/main_template.html index 02c9b3904..a191d7f88 100644 --- a/app/templates/main_template.html +++ b/app/templates/main_template.html @@ -4,7 +4,7 @@ {# specify absolute url for the static assets folder e.g. http://wwww.domain.com/assets #} {%- set assetUrl = assetUrl | default(assetPath) -%} - + {% block pageTitle %}Notify.gov{% endblock %} diff --git a/app/templates/org_template.html b/app/templates/org_template.html index cf195a2e9..b466d6717 100644 --- a/app/templates/org_template.html +++ b/app/templates/org_template.html @@ -15,11 +15,11 @@
Switch service
-
-
+
+
{% include "org_nav.html" %}
-
+
{% block beforeContent %} {% block backLink %}{% endblock %} {% endblock %} diff --git a/app/templates/partials/count.html b/app/templates/partials/count.html index 001130a1b..902d38a1a 100644 --- a/app/templates/partials/count.html +++ b/app/templates/partials/count.html @@ -3,12 +3,12 @@
{% if notifications_deleted %} -
+
{% for label, query_param, url, count in counts %} {% if query_param == 'pending' %} -
{{ big_number(count, query_param, smaller=True) }}
+
{{ big_number(count, query_param, smaller=True) }}
{% else %} -
{{ big_number(count, label, smaller=True) }}
+
{{ big_number(count, label, smaller=True) }}
{% endif %} {% endfor %} diff --git a/app/templates/partials/tour.html b/app/templates/partials/tour.html index 9174559bc..acae011f9 100644 --- a/app/templates/partials/tour.html +++ b/app/templates/partials/tour.html @@ -2,31 +2,31 @@ {% call banner_wrapper(type='tour') %}

Try sending yourself this example

-
-
+
+

1.

-
+

Every message is sent from a template

-
-
+
+

2.

-
+

The template pulls in the data you provide

-
-
+
+

3.

-
+

Notify delivers the message

diff --git a/app/templates/views/add-service-local.html b/app/templates/views/add-service-local.html index 65ecbd100..ffb103bbe 100644 --- a/app/templates/views/add-service-local.html +++ b/app/templates/views/add-service-local.html @@ -9,8 +9,8 @@ {% block maincolumn_content %} -
-
+
+
{{ page_header('About your service') }} diff --git a/app/templates/views/add-service.html b/app/templates/views/add-service.html index eafdb29f1..aba589e37 100644 --- a/app/templates/views/add-service.html +++ b/app/templates/views/add-service.html @@ -9,8 +9,8 @@ {% block maincolumn_content %} -
-
+
+
{{ page_header('About your service') }} diff --git a/app/templates/views/api/callbacks/delivery-status-callback.html b/app/templates/views/api/callbacks/delivery-status-callback.html index b99a80d95..a3e1ad99a 100644 --- a/app/templates/views/api/callbacks/delivery-status-callback.html +++ b/app/templates/views/api/callbacks/delivery-status-callback.html @@ -14,8 +14,8 @@ {% endblock %} {% block maincolumn_content %} -
-
+
+
{{ page_header('Callbacks for delivery receipts') }} diff --git a/app/templates/views/api/callbacks/received-text-messages-callback.html b/app/templates/views/api/callbacks/received-text-messages-callback.html index 405fb52cd..ab189428a 100644 --- a/app/templates/views/api/callbacks/received-text-messages-callback.html +++ b/app/templates/views/api/callbacks/received-text-messages-callback.html @@ -14,8 +14,8 @@ {% block maincolumn_content %} {{ page_header('Callbacks for received text messages') }} -
-
+
+

When you receive a text message in Notify, we can forward it to your system. Check the callback documentation for more information. diff --git a/app/templates/views/api/guest-list.html b/app/templates/views/api/guest-list.html index d3a551a3c..83785d54b 100644 --- a/app/templates/views/api/guest-list.html +++ b/app/templates/views/api/guest-list.html @@ -50,8 +50,8 @@ {% call form_wrapper() %} -

-
+
+
{{ list_entry( form.email_addresses, diff --git a/app/templates/views/api/index.html b/app/templates/views/api/index.html index d05520086..fef6b6cec 100644 --- a/app/templates/views/api/index.html +++ b/app/templates/views/api/index.html @@ -12,25 +12,25 @@ API integration -