|
- _ga
+ _ga
|
Checks if you’ve visited Notify before. This helps us count how many people visit our site.
diff --git a/app/templates/views/dashboard/_totals.html b/app/templates/views/dashboard/_totals.html
index b979d9b18..d5de03c25 100644
--- a/app/templates/views/dashboard/_totals.html
+++ b/app/templates/views/dashboard/_totals.html
@@ -2,7 +2,7 @@
{% from "components/message-count-label.html" import message_count_label %}
-
+
{{ big_number_with_status(
statistics['email']['requested'],
diff --git a/app/templates/views/dashboard/_usage.html b/app/templates/views/dashboard/_usage.html
index 89a9b33d6..b3775880f 100644
--- a/app/templates/views/dashboard/_usage.html
+++ b/app/templates/views/dashboard/_usage.html
@@ -1,6 +1,6 @@
{% from "components/big-number.html" import big_number %}
-
+
{{ big_number("Unlimited", 'free email allowance', smaller=True) }}
diff --git a/app/templates/views/edit-email-template.html b/app/templates/views/edit-email-template.html
index ebe027946..988b6bb09 100644
--- a/app/templates/views/edit-email-template.html
+++ b/app/templates/views/edit-email-template.html
@@ -17,7 +17,7 @@
) }}
{% call form_wrapper() %}
-
+
{{ textbox(form.name, width='1-1', hint='Your recipients will not see this', rows=10) }}
{{ textbox(form.subject, width='1-1', highlight_placeholders=True, rows=2) }}
diff --git a/app/templates/views/edit-letter-template.html b/app/templates/views/edit-letter-template.html
index ebda08d60..f414dca35 100644
--- a/app/templates/views/edit-letter-template.html
+++ b/app/templates/views/edit-letter-template.html
@@ -17,7 +17,7 @@
) }}
{% call form_wrapper() %}
-
+
{{ textbox(form.name, width='1-1', hint='Your recipients will not see this', rows=10) }}
{{ textbox(form.subject, width='1-1', highlight_placeholders=True, rows=2) }}
diff --git a/app/templates/views/edit-sms-template.html b/app/templates/views/edit-sms-template.html
index 7e7e254f5..aa3ab724f 100644
--- a/app/templates/views/edit-sms-template.html
+++ b/app/templates/views/edit-sms-template.html
@@ -17,7 +17,7 @@
) }}
{% call form_wrapper() %}
-
+
{{ textbox(form.name, width='1-1', hint='Your recipients will not see this') }}
diff --git a/app/templates/views/edit-user-permissions.html b/app/templates/views/edit-user-permissions.html
index e7d8fd378..86e46b34d 100644
--- a/app/templates/views/edit-user-permissions.html
+++ b/app/templates/views/edit-user-permissions.html
@@ -38,7 +38,7 @@
{% endif %}
-
+
{% call form_wrapper(class="column-three-quarters") %}
{% include 'views/manage-users/permissions.html' %}
diff --git a/app/templates/views/email-branding/manage-branding.html b/app/templates/views/email-branding/manage-branding.html
index 660e42238..196d69c8b 100644
--- a/app/templates/views/email-branding/manage-branding.html
+++ b/app/templates/views/email-branding/manage-branding.html
@@ -16,7 +16,7 @@
'{} email branding'.format('Update' if email_branding else 'Add'),
back_link=url_for('.email_branding')
) }}
-
+
{% if logo %}
diff --git a/app/templates/views/email-link-invalid.html b/app/templates/views/email-link-invalid.html
index 86d5da261..f513e2d12 100644
--- a/app/templates/views/email-link-invalid.html
+++ b/app/templates/views/email-link-invalid.html
@@ -7,7 +7,7 @@
{% block maincolumn_content %}
-
+
The link has expired
diff --git a/app/templates/views/email-not-received.html b/app/templates/views/email-not-received.html
index 2e40bc47f..cfb48389f 100644
--- a/app/templates/views/email-not-received.html
+++ b/app/templates/views/email-not-received.html
@@ -7,7 +7,7 @@
{% block maincolumn_content %}
-
+
Resend email link
diff --git a/app/templates/views/find-services/find-services-by-name.html b/app/templates/views/find-services/find-services-by-name.html
index 2fbb8f402..1951aa68a 100644
--- a/app/templates/views/find-services/find-services-by-name.html
+++ b/app/templates/views/find-services/find-services-by-name.html
@@ -16,7 +16,7 @@
{% call form_wrapper(
action=url_for('.find_services_by_name'),
- class='grid-row'
+ class='govuk-grid-row'
) %}
{{ textbox(
diff --git a/app/templates/views/find-users/find-users-by-email.html b/app/templates/views/find-users/find-users-by-email.html
index 296977b9f..f07673dd7 100644
--- a/app/templates/views/find-users/find-users-by-email.html
+++ b/app/templates/views/find-users/find-users-by-email.html
@@ -16,7 +16,7 @@
{% call form_wrapper(
action=url_for('.find_users_by_email'),
- class='grid-row'
+ class='govuk-grid-row'
) %}
{{ textbox(
diff --git a/app/templates/views/find-users/user-information.html b/app/templates/views/find-users/user-information.html
index e45b948c5..14cced0d0 100644
--- a/app/templates/views/find-users/user-information.html
+++ b/app/templates/views/find-users/user-information.html
@@ -6,7 +6,7 @@
{% endblock %}
{% block platform_admin_content %}
-
+
{{ user.name }}
diff --git a/app/templates/views/forgot-password.html b/app/templates/views/forgot-password.html
index 27c1902a7..eaa724995 100644
--- a/app/templates/views/forgot-password.html
+++ b/app/templates/views/forgot-password.html
@@ -9,7 +9,7 @@ Create a new password
{% block maincolumn_content %}
-
+
Forgotten your password?
diff --git a/app/templates/views/inbound-sms-admin.html b/app/templates/views/inbound-sms-admin.html
index f0052d399..76963ea7e 100644
--- a/app/templates/views/inbound-sms-admin.html
+++ b/app/templates/views/inbound-sms-admin.html
@@ -20,7 +20,7 @@ Inbound Numbers
{% block platform_admin_content %}
-
+
Inbound SMS
diff --git a/app/templates/views/integration-testing.html b/app/templates/views/integration-testing.html
index 121fca034..4bdfed3a9 100644
--- a/app/templates/views/integration-testing.html
+++ b/app/templates/views/integration-testing.html
@@ -7,7 +7,7 @@
{% block maincolumn_content %}
-
+
Integration testing
diff --git a/app/templates/views/letter-branding/manage-letter-branding.html b/app/templates/views/letter-branding/manage-letter-branding.html
index 772bdb129..369fa7dd2 100644
--- a/app/templates/views/letter-branding/manage-letter-branding.html
+++ b/app/templates/views/letter-branding/manage-letter-branding.html
@@ -15,7 +15,7 @@
'{} letter branding'.format('Update' if is_update else 'Add'),
back_link=url_for('main.letter_branding')
) }}
-
+
{% if logo %}
diff --git a/app/templates/views/manage-users.html b/app/templates/views/manage-users.html
index 44eceaa21..afbe972a7 100644
--- a/app/templates/views/manage-users.html
+++ b/app/templates/views/manage-users.html
@@ -38,8 +38,8 @@
{% endif %}
-
-
+
+
{% for permission, label in permissions %}
{{ tick_cross(
user.has_permission_for_service(current_service.id, permission),
diff --git a/app/templates/views/manage-users/confirm-edit-user-email.html b/app/templates/views/manage-users/confirm-edit-user-email.html
index 7a1ab5d6b..0a667851d 100644
--- a/app/templates/views/manage-users/confirm-edit-user-email.html
+++ b/app/templates/views/manage-users/confirm-edit-user-email.html
@@ -14,7 +14,7 @@
url_for('.edit_user_email', service_id=service_id, user_id=user.id)
) }}
-
+
{% call form_wrapper() %}
New email address:
diff --git a/app/templates/views/manage-users/confirm-edit-user-mobile-number.html b/app/templates/views/manage-users/confirm-edit-user-mobile-number.html
index a072f866c..ff410b98c 100644
--- a/app/templates/views/manage-users/confirm-edit-user-mobile-number.html
+++ b/app/templates/views/manage-users/confirm-edit-user-mobile-number.html
@@ -14,7 +14,7 @@
back_link=url_for('.edit_user_mobile_number', service_id=service_id, user_id=user.id)
) }}
-
+
{% call form_wrapper() %}
New mobile number:
diff --git a/app/templates/views/manage-users/edit-user-mobile.html b/app/templates/views/manage-users/edit-user-mobile.html
index 3c9efa052..1ea065be6 100644
--- a/app/templates/views/manage-users/edit-user-mobile.html
+++ b/app/templates/views/manage-users/edit-user-mobile.html
@@ -16,7 +16,7 @@
) }}
This will change the mobile number for {{ user.name }}.
-
+
{% call form_wrapper(class="extra-tracking") %}
{{ textbox(form.mobile_number) }}
diff --git a/app/templates/views/new-password.html b/app/templates/views/new-password.html
index 56e31416a..0650a82d1 100644
--- a/app/templates/views/new-password.html
+++ b/app/templates/views/new-password.html
@@ -9,7 +9,7 @@
{% block maincolumn_content %}
-
+
{% if user %}
diff --git a/app/templates/views/notifications.html b/app/templates/views/notifications.html
index 44333d583..ed8b7b5d4 100644
--- a/app/templates/views/notifications.html
+++ b/app/templates/views/notifications.html
@@ -36,7 +36,7 @@
{% call form_wrapper(
action=url_for('.view_notifications', service_id=current_service.id, message_type=message_type),
- class="grid-row"
+ class="govuk-grid-row"
) %}
{{ textbox(
diff --git a/app/templates/views/organisations/add-organisation.html b/app/templates/views/organisations/add-organisation.html
index cdd91b45a..a1ac43d6e 100644
--- a/app/templates/views/organisations/add-organisation.html
+++ b/app/templates/views/organisations/add-organisation.html
@@ -16,7 +16,7 @@
Switch service
-
+
diff --git a/app/templates/views/organisations/index.html b/app/templates/views/organisations/index.html
index cc78ba5a1..c692856d9 100644
--- a/app/templates/views/organisations/index.html
+++ b/app/templates/views/organisations/index.html
@@ -17,7 +17,7 @@
Switch service
-
+
All organisations
@@ -47,7 +47,7 @@
|