From 8b6f71951037f0390b0f6e8ebfcb14d027381434 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Mon, 23 Sep 2024 08:18:41 -0700 Subject: [PATCH] try to fix li elements --- app/templates/views/templates/template.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/templates/views/templates/template.html b/app/templates/views/templates/template.html index 3fe2a1493..d7dbf94ae 100644 --- a/app/templates/views/templates/template.html +++ b/app/templates/views/templates/template.html @@ -63,24 +63,29 @@ href="{{ url_for('.view_template_versions', service_id=current_service.id, template_id=template.id) }}">See previous versions + {% endif %} {% if current_user.has_permissions('manage_templates') and user_has_template_permission %} {% if not template._template.archived %} + {% endif %} {% if not template._template.redact_personalisation %} + {% else %}

Personalization is hidden after sending

{% endif %} {% endif %} - +