From 7b249fe58fe24695c4638609516baacbef1a6002 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 26 Mar 2019 16:20:41 +0000 Subject: Don't show done image when the user hasn't done anything --- app/templates/index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'app/templates') diff --git a/app/templates/index.html b/app/templates/index.html index da9c360..76edbcd 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -28,12 +28,15 @@ {% endfor %} - {% else %} + {% elif tasks_todo|length == 0 and tasks_done|length > 0 %}
No more annotations to do! Thank you so much for your help, you rock!
+ {% else %} + There are no datasets for you to annotate at the moment, please + check back again later. Thank you! {% endif %} {% if tasks_done %}

Completed Annotations

-- cgit v1.2.3