diff --git a/atdb/taskdatabase/services/algorithms.py b/atdb/taskdatabase/services/algorithms.py
index a0a7f00d7557d89f65e1bd99028091edeee57f5b..512ec85484093f208ccfc4e32b28d8070157c2c8 100644
--- a/atdb/taskdatabase/services/algorithms.py
+++ b/atdb/taskdatabase/services/algorithms.py
@@ -766,7 +766,7 @@ def construct_summary(task):
                 pass
 
             try:
-                to_add = record['to_add']
+                to_add = record['added']
                 if to_add:
                     line += '<th>Added</th>'
                     line += '<tr><td colspan="3">'
@@ -777,7 +777,7 @@ def construct_summary(task):
                 pass
 
             try:
-                to_delete = record['to_delete']
+                to_delete = record['deleted']
                 if to_delete:
                     line += '<th>Deleted</th>'
                     line += '<tr><td colspan="3">'
diff --git a/atdb/taskdatabase/templates/taskdatabase/index.html b/atdb/taskdatabase/templates/taskdatabase/index.html
index 4d83e625250cf12e86b4869923c308166a49114d..74d76183b1af79fc7d51d55ad5390c1ea4d12a7c 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 8 December 2022 - 15:00
+    <p class="footer"> Version 8 December 2022 - 16:00
 
 </div>