Updates to send and check SMS pages

Adds a back button instead of a back link (more prominent, you’re likely to
go back on these pages if you’ve made a mistake)

Tweaks to wording
This commit is contained in:
Chris Hill-Scott
2016-02-03 15:24:50 +00:00
parent 856296df5d
commit 4280c21b23
6 changed files with 23 additions and 25 deletions

View File

@@ -217,7 +217,7 @@ class ChangePasswordForm(Form):
class CsvUploadForm(Form):
file = FileField('Upload a CSV file to add your recipients details', validators=[DataRequired(
file = FileField('Add your recipients by uploading a CSV file', validators=[DataRequired(
message='Please pick a file'), CsvFileValidator()])