Use radio button desc. pattern on go live page

Nicer than using en dashes.
This commit is contained in:
Chris Hill-Scott
2016-11-02 15:46:22 +00:00
parent 4ae28386a6
commit dae10429e6
2 changed files with 6 additions and 3 deletions

View File

@@ -391,8 +391,8 @@ class RequestToGoLiveForm(Form):
),
choices=[
('yes', 'Yes'),
('no', 'No well send you a copy'),
('dont know', 'I dont know well check for you')
('no', 'No'),
('dont know', 'I dont know')
],
validators=[DataRequired()]
)