mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-21 00:23:53 -04:00
Only use ‘on behalf of’ to refer to person
Since we’ve introduced the ‘on behalf of’ wording to the go live ticket (to talk about who the agreement has been signed on behalf of) it’s confusing to use the same terminology to talk about the organisation for whom the agreement has been accepted.
This commit is contained in:
@@ -8,7 +8,7 @@ Service: {{ service.name }}
|
||||
---
|
||||
Organisation type: {{ service.organisation_type_label }}
|
||||
Agreement signed: {{ organisation.agreement_signed|format_yes_no(none='Can’t tell') }}
|
||||
{%- if organisation.agreement_signed %}, on behalf of {{ current_service.organisation.name }}
|
||||
{%- if organisation.agreement_signed %}, for {{ current_service.organisation.name }}
|
||||
{%- elif organisation.name %} (organisation is {{ organisation.name }}, {{ organisation.crown|format_yes_no(yes='a crown body', no='a non-crown body', none='crown status unknown') }})
|
||||
{%- else %} (domain is {{ user.email_domain }})
|
||||
{%- endif %}.
|
||||
|
||||
@@ -1896,7 +1896,7 @@ def test_request_to_go_live_displays_mou_signatories(
|
||||
'\n'
|
||||
'---\n'
|
||||
'Organisation type: Central government\n'
|
||||
'Agreement signed: Yes, on behalf of Org 1.\n'
|
||||
'Agreement signed: Yes, for Org 1.\n'
|
||||
'Agreement signed by: test@user.gov.uk\n'
|
||||
'Agreement signed on behalf of: bigdog@example.gov.uk\n'
|
||||
'\n'
|
||||
|
||||
Reference in New Issue
Block a user