Update guest list introduction

This commit is contained in:
karlchillmaid
2020-06-17 13:32:22 +01:00
committed by GitHub
parent be3ad0bfd3
commit fb2454ec0f

View File

@@ -40,9 +40,11 @@
{% endif %}
<p class="govuk-body">
You and members of
<a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.manage_users', service_id=current_service.id) }}">your team</a>
are included in the guest list automatically.
You can use the guest list to send real messages to your team and up to 5 other email addresses or phone numbers.
</p>
<p class="govuk-body">
You do not need to add yourself or your <a class="govuk-link govuk-link--no-visited-state" href="{{ url_for('main.manage_users', service_id=current_service.id) }}">team members</a> to the guest list.
</p>
{% call form_wrapper() %}