From aec437610813d5bdccd529764e89dc0a19479697 Mon Sep 17 00:00:00 2001
From: Vermaas <vermaas@astron.nl>
Date: Tue, 3 Oct 2023 10:27:25 +0200
Subject: [PATCH] change timestamp (to visually identify which version is
 deployed)

---
 atdb/taskdatabase/templates/taskdatabase/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/atdb/taskdatabase/templates/taskdatabase/index.html b/atdb/taskdatabase/templates/taskdatabase/index.html
index 968c2aa5..dc3bb860 100644
--- a/atdb/taskdatabase/templates/taskdatabase/index.html
+++ b/atdb/taskdatabase/templates/taskdatabase/index.html
@@ -31,7 +31,7 @@
             {% include 'taskdatabase/pagination.html' %}
         </div>
     </div>
-    <p class="footer"> Version 31 Aug 2023
+    <p class="footer"> Version 3 Oct 2023
 </div>
 
 {% include 'taskdatabase/refresh.html' %}
-- 
GitLab