Update agreement form content

This commit is contained in:
karlchillmaid
2019-07-18 15:58:24 +01:00
committed by GitHub
parent 60cc26438b
commit 1de8ffc010

View File

@@ -1491,15 +1491,15 @@ class AcceptAgreementForm(StripWhitespaceForm):
)
who = RadioField(
'How do you want to accept the agreement?',
'Who are you accepting the agreement for?',
choices=(
(
'me',
'In your own name',
'Yourself',
),
(
'someone-else',
'On behalf of someone else',
'Someone else',
),
),
validators=[DataRequired()],