Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update join a service templates #4320

Merged
merged 1 commit into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions migrations/versions/0438_request_invite_templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

((service_admin_names))

If they do not reply, you can [ask a different team member to approve your request]((url_ask_to_join_page)).
If they do not reply, you can [ask a different team member to approve your request](((url_ask_to_join_page))).

Thanks

Expand Down Expand Up @@ -146,7 +146,7 @@ def upgrade():
'You have asked to join a GOV.UK Notify service',
'email',
current_timestamp,
'',
'You have asked to join a GOV.UK Notify service',
'{receipt_for_request_invite_to_a_service_template_content}',
false,
'{current_app.config["NOTIFY_SERVICE_ID"]}',
Expand Down
5 changes: 5 additions & 0 deletions migrations/versions/0467_svc_join_approved_tmp.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,15 @@
template_content = textwrap.dedent(
"""
Hi ((requester_name))

((approver_name)) has approved your request to join the following GOV.UK Notify service:

^[((service_name))](((dashboard_url)))

Sign in to GOV.UK Notify to get started.

Thanks

GOV.​UK Notify
https://www.gov.uk/notify
"""
Expand Down