diff --git a/app/main/views/index.py b/app/main/views/index.py index 6f46ae671..468262988 100644 --- a/app/main/views/index.py +++ b/app/main/views/index.py @@ -124,3 +124,13 @@ def apikeys(): @main.route("/verification-not-received") def verificationnotreceived(): return render_template('verification-not-received.html') + + +@main.route("/manage-templates") +def managetemplates(): + return render_template('manage-templates.html') + + +@main.route("/edit-template") +def edittemplate(): + return render_template('edit-template.html') diff --git a/app/templates/dashboard.html b/app/templates/dashboard.html index 4266e5f76..d807c57d2 100644 --- a/app/templates/dashboard.html +++ b/app/templates/dashboard.html @@ -16,6 +16,7 @@ GOV.UK Notify | Dashboard
Here's where you can edit an exiting template (including delete) or add a new one
+ + + +Here's where you can view templates, choose to add one, or edit/delete one.
+ + + + +