diff options
Diffstat (limited to 'app/templates/index.html')
| -rw-r--r-- | app/templates/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
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 %} </table> </div> - {% else %} + {% elif tasks_todo|length == 0 and tasks_done|length > 0 %} <div id="done"> <img src="/static/done.png"> <span>No more annotations to do! Thank you so much for your help, <b>you rock!</b></span> </div> + {% else %} + <span>There are no datasets for you to annotate at the moment, please + check back again later. Thank you!</span> {% endif %} {% if tasks_done %} <h2>Completed Annotations</h2> |
