From 3acbd331f333e982572792fdcd407a6959b5cc43 Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Mon, 30 Nov 2015 14:20:17 +0000 Subject: [PATCH] Create shell page for checking text messages before sending --- app/templates/check_sms.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 app/templates/check_sms.html diff --git a/app/templates/check_sms.html b/app/templates/check_sms.html new file mode 100644 index 000000000..22fe983ee --- /dev/null +++ b/app/templates/check_sms.html @@ -0,0 +1,21 @@ +{% extends "admin_template.html" %} + +{% block page_title %} +GOV.UK Notify | Send text messages +{% endblock %} + +{% block content %} + +
+
+

Send text messages

+ +

This page will be where we check the text messages we're about to send

+ +

+ Send text messages +

+
+
+ +{% endblock %}