From 74af575afa757f86138fd9f3d5ba2389f589eaff Mon Sep 17 00:00:00 2001
From: Tomasz Wolniewicz <twoln@umk.pl>
Date: Tue, 22 Oct 2024 09:36:24 +0200
Subject: [PATCH] fixing broken link to ECCS service

---
 templates/whatsnew.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/templates/whatsnew.html b/templates/whatsnew.html
index ed3d400..35e5b7d 100644
--- a/templates/whatsnew.html
+++ b/templates/whatsnew.html
@@ -42,6 +42,7 @@
   var current_id;
   var coco_id = 0;
   var coco_always = {{ constant('COCO_ALWAYS') }};
+  var eccs_url = "{{ constant('ECCS_URL') }}";
   var eccs_status = 0;
   </script>
 
-- 
GitLab