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

Send email

+ +

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

+ +

+ Send email messages +

+
+
+ +{% endblock %}