From 5adacdab3974fe3e7e389279568402ffa1d8db50 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 14 Sep 2018 14:27:29 +0100 Subject: [PATCH] Remove unused variable --- app/main/views/templates.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/main/views/templates.py b/app/main/views/templates.py index 58ebcd524..91e397b1e 100644 --- a/app/main/views/templates.py +++ b/app/main/views/templates.py @@ -39,11 +39,6 @@ form_objects = { 'letter': LetterTemplateForm } -page_headings = { - 'email': 'email', - 'sms': 'text message' -} - @main.route("/services//templates/") @login_required