Add paragraph to broadcast settings form

The form is going to change to remove all existing permissions when it
is submitted, so this adds a paragraph to explain that.
This commit is contained in:
Katie Smith
2021-06-29 18:00:01 +01:00
parent 7e8c638865
commit 103cf4890b
2 changed files with 5 additions and 1 deletions

View File

@@ -41,6 +41,10 @@
</p>
{% endif %}
<p class="govuk-body">
All team member permissions will be removed.
</p>
{% call form_wrapper() %}
{{ page_footer('Confirm') }}
{% endcall %}