From bcdbf13377ced15bfddcaf409a1b44b7c9a03a3f Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Sat, 23 Mar 2019 18:07:12 +0000 Subject: bugfixes --- app/templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/templates') diff --git a/app/templates/index.html b/app/templates/index.html index e1071d2..6c6241e 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -12,7 +12,7 @@
    {% for task in tasks_todo %} -
  1. {{ task.dataset.name }}
  2. +
  3. {{ task.dataset.name }}
  4. {% endfor %}
@@ -23,7 +23,7 @@

Completed Annotations

{% for task in tasks_done %} - {{ task.dataset.name }} + {{ task.dataset.name }} {% endfor %}
{% endif %} -- cgit v1.2.3