- {{ option.label.text }}
- {% if option_hints[option.data] %}
-
- {{ option_hints[option.data] }}
-
- {% endif %}
-
+
+
{% endfor %}
@@ -56,10 +58,12 @@
{% for option in field %}
-
@@ -88,7 +92,7 @@
{% endif %}
{% for value, option, checked in field.iter_choices() %}
-
+
- {% if branding_dict.get(value, {}).get('colour') %}
-
- {% endif %}
- {% if branding_dict.get(value, {}).get('logo') %}
-

- {% endif %}
- {{option}}
-
+
+ {% if branding_dict.get(value, {}).get('colour') %}
+
+ {% endif %}
+ {% if branding_dict.get(value, {}).get('logo') %}
+
+ {% endif %}
+ {{option}}
+
+
{% endfor %}
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',