From 12c5483467c490fe654ca1905a337bef186c042b Mon Sep 17 00:00:00 2001 From: terrtia Date: Tue, 8 Oct 2024 14:37:46 +0200 Subject: [PATCH] fix: [show domain] fix correlation button if nb correl == 0 --- var/www/templates/crawler/crawler_splash/showDomain.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/var/www/templates/crawler/crawler_splash/showDomain.html b/var/www/templates/crawler/crawler_splash/showDomain.html index 617bc944..1f1ae424 100644 --- a/var/www/templates/crawler/crawler_splash/showDomain.html +++ b/var/www/templates/crawler/crawler_splash/showDomain.html @@ -129,7 +129,6 @@
{% if 'correlation_nb' in dict_domain %} - {% if dict_domain["correlation_nb"] > 0 %}
@@ -138,7 +137,6 @@
- {%endif%} {%endif%} {% with obj_type='domain', obj_id=dict_domain['domain'], obj_subtype=''%} {% include 'modals/investigations_register_obj.html' %}