From a0e8982419b282b8b29088c0987c3c011fae2731 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Fri, 24 Sep 2021 20:27:34 +1000 Subject: [PATCH] only show close button when its not a success message that is not a checkdups --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index de30a6a..a7a235c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -126,7 +126,7 @@ {% set msg=GetJM_Message() %} {% if request.endpoint != "fix_dups" and request.endpoint != "rm_dups" %}
- {% if msg.job.name != "checkdups" %} + {% if msg.alert != "success" and msg.job.name != "checkdups" %}