From 90a959463ffcb10a57a073553a87dbc588c3508f Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Wed, 24 Nov 2021 15:10:21 +0000 Subject: [PATCH] =?UTF-8?q?Update=20=E2=80=98Send=E2=80=99=20button=20cont?= =?UTF-8?q?ent?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 5e7997221..a741d6506 100644 --- a/app/templates/views/templates/_template.html +++ b/app/templates/views/templates/_template.html @@ -23,7 +23,7 @@ {% if current_user.has_permissions('send_messages', restrict_admin_usage=True) and not letter_too_long %}
- Send a message using this template + Get ready to send a message using this template
{% endif %} @@ -46,7 +46,7 @@ {% if current_user.has_permissions('send_messages', restrict_admin_usage=True) %}
- Send a message using this template + Get ready to send a message using this template
{% endif %}