+
{{ textbox(form.name, width='1-1', hint='Your recipients won’t see this', rows=10) }}
{{ textbox(form.subject, width='1-1', highlight_tags=True, rows=2) }}
-
-
{{ textbox(form.template_content, highlight_tags=True, width='1-1', rows=8) }}
{{ page_footer(
'Save',
diff --git a/app/templates/views/manage-users/permissions.html b/app/templates/views/manage-users/permissions.html
index 0c290f323..f96e9a3ba 100644
--- a/app/templates/views/manage-users/permissions.html
+++ b/app/templates/views/manage-users/permissions.html
@@ -4,9 +4,9 @@
- {{ checkbox(form.send_messages, block=True) }}
- {{ checkbox(form.manage_service, block=True) }}
- {{ checkbox(form.manage_api_keys, block=True) }}
+ {{ checkbox(form.send_messages) }}
+ {{ checkbox(form.manage_service) }}
+ {{ checkbox(form.manage_api_keys) }}
@@ -18,4 +18,4 @@
history of sent messages
who the other team members are
-
\ No newline at end of file
+
diff --git a/gulpfile.babel.js b/gulpfile.babel.js
index 5c4a93783..667f55499 100644
--- a/gulpfile.babel.js
+++ b/gulpfile.babel.js
@@ -54,7 +54,6 @@ gulp.task('copy:govuk_template:images', () => gulp.src(paths.template + 'assets/
gulp.task('javascripts', () => gulp
.src([
paths.toolkit + 'javascripts/govuk/modules.js',
- paths.toolkit + 'javascripts/govuk/selection-buttons.js',
paths.src + 'javascripts/detailsPolyfill.js',
paths.src + 'javascripts/apiKey.js',
paths.src + 'javascripts/autofocus.js',
diff --git a/package.json b/package.json
index 0f67bdf70..5e3e3bf98 100644
--- a/package.json
+++ b/package.json
@@ -21,9 +21,9 @@
"babel-core": "6.3.26",
"babel-preset-es2015": "6.3.13",
"diff-dom": "2.1.0",
- "govuk-elements-sass": "1.1.1",
- "govuk_frontend_toolkit": "4.6.0",
- "govuk_template_jinja": "https://github.com/alphagov/govuk_template/releases/download/v0.19.1/jinja_govuk_template-0.19.1.tgz",
+ "govuk-elements-sass": "3.0.x",
+ "govuk_frontend_toolkit": "5.2.x",
+ "govuk_template_jinja": "0.19.x",
"gulp": "3.9.0",
"gulp-add-src": "0.2.0",
"gulp-babel": "6.1.1",
diff --git a/requirements.txt b/requirements.txt
index c3847de74..ed4678d73 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -28,4 +28,5 @@ notifications-python-client>=3.1,<3.2
awscli>=1.11,<1.12
awscli-cwlogs>=1.4,<1.5
-git+https://github.com/alphagov/notifications-utils.git@15.0.2#egg=notifications-utils==15.0.2
+git+https://github.com/alphagov/notifications-utils.git@15.0.4#egg=notifications-utils==15.0.4
+