aboutsummaryrefslogtreecommitdiff
path: root/app/templates
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates')
-rw-r--r--app/templates/index.html4
1 files changed, 2 insertions, 2 deletions
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 @@
<tr>
<td>
<a href="{{ url_for('main.annotate', task_id=task.id) }}">
- {{ task.dataset.name | title }}
+ Dataset {{ task.dataset.id | title }}
</a>
</td>
</tr>
@@ -87,7 +87,7 @@
</thead>
{% for task in tasks_done %}
<tr>
- <td>{{ task.dataset.name | title }}</td>
+ <td>Dataset {{ task.dataset.id | title }}</td>
<td>{{ task.annotated_on }}</td>
</tr>
{% endfor %}