From 6cb48d9daad382f45fbfdf18f422498c3a6ca739 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 19 Aug 2019 16:30:41 +0100 Subject: Remove dataset name from user --- 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 86d2f1a..613db53 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -61,7 +61,7 @@ - {{ task.dataset.name | title }} + Dataset {{ task.dataset.id | title }} @@ -87,7 +87,7 @@ {% for task in tasks_done %} - {{ task.dataset.name | title }} + Dataset {{ task.dataset.id | title }} {{ task.annotated_on }} {% endfor %} -- cgit v1.2.3