From 9556c4c22477a4f7d4834b29ef6a7d87b69578c9 Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Mon, 30 Nov 2015 14:46:40 +0000 Subject: [PATCH] Added shell page for sending email --- app/templates/send_email.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 app/templates/send_email.html diff --git a/app/templates/send_email.html b/app/templates/send_email.html new file mode 100644 index 000000000..9161af232 --- /dev/null +++ b/app/templates/send_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 construct email messages

+ +

+ Continue +

+
+
+ +{% endblock %}