From 65c661d8d716983df7b0319a0dc52233ca545019 Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Wed, 9 Dec 2015 10:52:09 +0000 Subject: [PATCH] Created an initial page for editing templates [ci skip] --- app/templates/edit-template.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 app/templates/edit-template.html diff --git a/app/templates/edit-template.html b/app/templates/edit-template.html new file mode 100644 index 000000000..a6da98b25 --- /dev/null +++ b/app/templates/edit-template.html @@ -0,0 +1,20 @@ +{% extends "admin_template.html" %} + +{% block page_title %} +GOV.UK Notify | Edit template +{% endblock %} + +{% block content %} + +
+
+

Edit template

+ +

Here's where you can edit an exiting template (including delete) or add a new one

+ +

Back to manage templates

+ +
+
+ +{% endblock %}