Add some explaining to the SMS sender page

This commit is contained in:
Chris Hill-Scott
2016-08-22 16:10:57 +01:00
parent 709882065f
commit c5c693ef0b
3 changed files with 26 additions and 7 deletions

View File

@@ -10,12 +10,27 @@
<div class="grid-row">
<div class="column-three-quarters">
<h1 class="heading-large">Set text message sender name</h1>
<h1 class="heading-large">Text message sender</h1>
<p>
This appears instead of a phone number when a user receives a
text message from your service.
<p>
If you leave this blank:
</p>
<ul class="list list-bullet">
<li>
your messages will be sent from 40604 (a shortcode thats
reserved for government use)
</li>
<li>
each message will begin with {{ current_service.name }}:
</li>
</ul>
<form method="post">
{{ textbox(
form.sms_sender,
width='1-1',
safe_error_message=True
hint='Up to 11 characters, letters, numbers and spaces only'
) }}
{{ page_footer(
'Save',