mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-10 04:14:37 -04:00
Update agreement form content
This commit is contained in:
@@ -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()],
|
||||
|
||||
Reference in New Issue
Block a user