mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
Add example of template picker to styleguide
This commit is contained in:
@@ -92,7 +92,7 @@
|
|||||||
|
|
||||||
<h2 class="heading-large">SMS message</h2>
|
<h2 class="heading-large">SMS message</h2>
|
||||||
|
|
||||||
<p>Used to show or preview an SMS message.</p>
|
<p>Used to show, preview or choose an SMS message.</p>
|
||||||
|
|
||||||
<div class="grid-row">
|
<div class="grid-row">
|
||||||
<div class="column-half">
|
<div class="column-half">
|
||||||
@@ -102,6 +102,12 @@
|
|||||||
"Your vehicle tax for registration number is due on date. Renew online at www.gov.uk/vehicle-tax",
|
"Your vehicle tax for registration number is due on date. Renew online at www.gov.uk/vehicle-tax",
|
||||||
"+44 7700 900 306"
|
"+44 7700 900 306"
|
||||||
) }}
|
) }}
|
||||||
|
{{ sms_message(
|
||||||
|
"Your vehicle tax for ((registration number)) is due on ((date)). Renew online at www.gov.uk/vehicle-tax",
|
||||||
|
name="Reminder",
|
||||||
|
input_name="template",
|
||||||
|
input_index=1
|
||||||
|
) }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user