From 3b9586261924c791872bf0fcefc39641377fdfaf Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 26 Mar 2019 16:28:29 +0000 Subject: Remove user id and dataset id and sort tasks by username --- app/templates/admin/index.html | 5 +++-- app/templates/admin/manage.html | 4 ---- 2 files changed, 3 insertions(+), 6 deletions(-) (limited to 'app/templates') diff --git a/app/templates/admin/index.html b/app/templates/admin/index.html index 212ead0..136d1d5 100644 --- a/app/templates/admin/index.html +++ b/app/templates/admin/index.html @@ -4,10 +4,11 @@

Admin Home

{% endblock %} diff --git a/app/templates/admin/manage.html b/app/templates/admin/manage.html index 1bba769..c0668e3 100644 --- a/app/templates/admin/manage.html +++ b/app/templates/admin/manage.html @@ -14,9 +14,7 @@ - - @@ -24,9 +22,7 @@ {% for task in tasks %} - - -- cgit v1.2.3
Task IDUser ID UsernameDataset ID Dataset Name Status Completed On
{{ task.id }}{{ task.user.id }} {{ task.user.username }}{{ task.dataset.id }} {{ task.dataset.name }} {% if task.done %}Completed{% else %}Pending{% endif %} {{ task.annotated_on }}