Updates to ‘send SMS’ page

Based on discussion with Pete.

Make the blue banner an ‘important’ banner (copied from Register to Vote, used
because it’s not as boxy and fits on the page better).

Remove the back button because you haven’t changed any data yet. If you need to
go back you can just press back or start again.

Make the filename stand out more.

Remove the ‘download example’ link. Will need to revist the best way of doing
this.

Make text messages consistently 2/3rd width.
This commit is contained in:
Chris Hill-Scott
2016-02-04 12:20:24 +00:00
parent 51208a9eb2
commit 26adcc64c1
13 changed files with 41 additions and 23 deletions

View File

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