From aa0b21b8f6eaa1ebcb643d8f70526a5c25045030 Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Wed, 12 Aug 2020 10:21:40 +0100 Subject: [PATCH] Add context to Send button on template page --- app/templates/views/templates/_template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/templates/_template.html b/app/templates/views/templates/_template.html index ba4f384f6..1c03bd7d1 100644 --- a/app/templates/views/templates/_template.html +++ b/app/templates/views/templates/_template.html @@ -24,7 +24,7 @@ {% if current_user.has_permissions('send_messages', restrict_admin_usage=True) and not letter_too_long %}
- Send + Send a message using this template
{% endif %}