From eea1f497e2cbb5845bc89b928e20d3a554f5b38c Mon Sep 17 00:00:00 2001
From: Nico Vermaas <vermaas@astron.nl>
Date: Fri, 11 Feb 2022 15:25:21 +0100
Subject: [PATCH] change task.environment from JSONField to String

---
 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 b09ea911..c4d19f02 100644
--- a/atdb/taskdatabase/templates/taskdatabase/index.html
+++ b/atdb/taskdatabase/templates/taskdatabase/index.html
@@ -34,7 +34,7 @@
         {% include 'taskdatabase/pagination.html' %}
        </div>
     </div>
-    <p class="footer"> Version 1.0.0 (11 feb 2021 - 8:00)
+    <p class="footer"> Version 1.0.0 (11 feb 2021 - 15:00)
 
 </div>
 
-- 
GitLab