From bf949044bcb9ca58d184a8aacb74d2c2091b0aae Mon Sep 17 00:00:00 2001 From: Katie Smith Date: Wed, 19 Feb 2020 12:36:02 +0000 Subject: [PATCH] Replace `column-two-thirds` with `govuk-grid-column-two-thirds` --- app/templates/content_template.html | 2 +- app/templates/error/401.html | 2 +- app/templates/error/403.html | 2 +- app/templates/error/404.html | 2 +- app/templates/error/410.html | 2 +- app/templates/error/413.html | 4 ++-- app/templates/error/500.html | 2 +- app/templates/views/add-service.html | 2 +- app/templates/views/agreement/agreement-public.html | 2 +- app/templates/views/api/whitelist.html | 2 +- app/templates/views/cancelled-invitation.html | 2 +- app/templates/views/conversations/messages.html | 4 ++-- app/templates/views/cookies.html | 2 +- app/templates/views/edit-sms-template.html | 4 ++-- app/templates/views/email-link-invalid.html | 2 +- app/templates/views/email-not-received.html | 2 +- app/templates/views/forgot-password.html | 2 +- app/templates/views/inbound-sms-admin.html | 2 +- app/templates/views/integration-testing.html | 2 +- app/templates/views/new-password.html | 2 +- app/templates/views/password-reset-sent.html | 2 +- app/templates/views/platform-admin/returned-letters.html | 2 +- app/templates/views/privacy.html | 2 +- app/templates/views/providers/edit-sms-provider-ratio.html | 4 ++-- app/templates/views/providers/provider.html | 2 +- app/templates/views/re-validate-email-sent.html | 2 +- app/templates/views/register-from-invite.html | 2 +- app/templates/views/register-from-org-invite.html | 2 +- app/templates/views/register.html | 2 +- app/templates/views/send-test.html | 2 +- app/templates/views/service-settings/data-retention.html | 2 +- app/templates/views/signedout.html | 2 +- app/templates/views/signin.html | 2 +- app/templates/views/support/ask-question-give-feedback.html | 2 +- app/templates/views/support/bat-phone.html | 2 +- app/templates/views/support/index.html | 2 +- app/templates/views/support/report-problem.html | 2 +- app/templates/views/support/triage.html | 2 +- app/templates/views/temp-history.html | 2 +- app/templates/views/text-not-received.html | 2 +- app/templates/views/two-factor-email.html | 2 +- app/templates/views/two-factor.html | 2 +- app/templates/views/usage.html | 2 +- app/templates/views/using-notify.html | 2 +- app/templates/views/verification-not-received.html | 2 +- app/templates/withnav_template.html | 2 +- tests/javascripts/stick-to-window-when-scrolling.test.js | 2 +- 47 files changed, 51 insertions(+), 51 deletions(-) diff --git a/app/templates/content_template.html b/app/templates/content_template.html index 7cebc5d6e..57189315d 100644 --- a/app/templates/content_template.html +++ b/app/templates/content_template.html @@ -16,7 +16,7 @@
{% else %} -
+
{% endif %} {% block content_column_content %} diff --git a/app/templates/error/401.html b/app/templates/error/401.html index 2e6645dd0..5a3ce2ea2 100644 --- a/app/templates/error/401.html +++ b/app/templates/error/401.html @@ -2,7 +2,7 @@ {% 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 GOV.UK Notify and try again.

diff --git a/app/templates/error/403.html b/app/templates/error/403.html index a4b3ae2da..bf6845b91 100644 --- a/app/templates/error/403.html +++ b/app/templates/error/403.html @@ -2,7 +2,7 @@ {% 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 e7b8f734e..b50e23adb 100644 --- a/app/templates/error/404.html +++ b/app/templates/error/404.html @@ -2,7 +2,7 @@ {% 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 e7b8f734e..b50e23adb 100644 --- a/app/templates/error/410.html +++ b/app/templates/error/410.html @@ -2,7 +2,7 @@ {% block per_page_title %}Page not found{% endblock %} {% block maincolumn_content %}
-
+

Page not found

diff --git a/app/templates/error/413.html b/app/templates/error/413.html index 43fa42259..f273a10f1 100644 --- a/app/templates/error/413.html +++ b/app/templates/error/413.html @@ -2,12 +2,12 @@ {% block per_page_title %}File too big{% endblock %} {% block maincolumn_content %}
-
+

The file you uploaded was too big

-
+

Files must be smaller than 5 MB.

diff --git a/app/templates/error/500.html b/app/templates/error/500.html index 4e7250bd1..32562ff18 100644 --- a/app/templates/error/500.html +++ b/app/templates/error/500.html @@ -2,7 +2,7 @@ {% block per_page_title %}Sorry, there’s a problem with the service{% endblock %} {% block maincolumn_content %}
-
+

Sorry, there’s a problem with GOV.UK Notify

diff --git a/app/templates/views/add-service.html b/app/templates/views/add-service.html index 2a07f065a..ee9e4f19f 100644 --- a/app/templates/views/add-service.html +++ b/app/templates/views/add-service.html @@ -12,7 +12,7 @@ {% block maincolumn_content %}
-
+
{{ page_header('About your service') }} diff --git a/app/templates/views/agreement/agreement-public.html b/app/templates/views/agreement/agreement-public.html index c14e8c601..bb157bcf3 100644 --- a/app/templates/views/agreement/agreement-public.html +++ b/app/templates/views/agreement/agreement-public.html @@ -8,7 +8,7 @@ {% block maincolumn_content %}
-
+

Download the GOV.UK Notify data sharing and financial agreement diff --git a/app/templates/views/api/whitelist.html b/app/templates/views/api/whitelist.html index b443299b6..f7d4ee1f0 100644 --- a/app/templates/views/api/whitelist.html +++ b/app/templates/views/api/whitelist.html @@ -48,7 +48,7 @@ {% call form_wrapper() %}
-
+
{{ list_entry( form.email_addresses, diff --git a/app/templates/views/cancelled-invitation.html b/app/templates/views/cancelled-invitation.html index fc868bff2..929b1451f 100644 --- a/app/templates/views/cancelled-invitation.html +++ b/app/templates/views/cancelled-invitation.html @@ -2,7 +2,7 @@ {% block per_page_title %}Invitation has been cancelled{% endblock %} {% block maincolumn_content %}
-
+

The invitation you were sent has been cancelled

diff --git a/app/templates/views/conversations/messages.html b/app/templates/views/conversations/messages.html index b87a58ff1..1caca7ad9 100644 --- a/app/templates/views/conversations/messages.html +++ b/app/templates/views/conversations/messages.html @@ -2,7 +2,7 @@ {% for message in conversation %}
{% if message.inbound %} -
+
{{ message.content | string }}
{{ message.created_at | format_datetime_relative }} @@ -12,7 +12,7 @@
 
-
+
{{ message.content | string }} {% if message.status == 'delivered' %}
diff --git a/app/templates/views/cookies.html b/app/templates/views/cookies.html index 1471a9d5d..fa3752f5b 100644 --- a/app/templates/views/cookies.html +++ b/app/templates/views/cookies.html @@ -10,7 +10,7 @@ {% block maincolumn_content %}
-
+