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