From a52aa406df149d86bf5af2b5970d5a499ca7fc77 Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Wed, 5 Aug 2020 10:51:37 +0100 Subject: [PATCH] Add context to template page 'Send' and 'Edit' --- app/templates/views/templates/_template.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/views/templates/_template.html b/app/templates/views/templates/_template.html index ce7ed729b..ba4f384f6 100644 --- a/app/templates/views/templates/_template.html +++ b/app/templates/views/templates/_template.html @@ -39,7 +39,7 @@ {% if current_user.has_permissions('manage_templates') %}
- Edit + Edit this template
{% endif %} @@ -47,7 +47,7 @@ {% if current_user.has_permissions('send_messages', restrict_admin_usage=True) %}
- Send + Send a message using this template
{% endif %}