aboutsummaryrefslogtreecommitdiff
path: root/app/templates/admin/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/admin/index.html')
-rw-r--r--app/templates/admin/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/templates/admin/index.html b/app/templates/admin/index.html
index c6b1f25..a8a8c73 100644
--- a/app/templates/admin/index.html
+++ b/app/templates/admin/index.html
@@ -18,5 +18,9 @@
<a href="{{ url_for("admin.manage_datasets") }}">View and
manage datasets</a>
</li>
+ <li>
+ <a href="{{ url_for("admin.view_annotations") }}">View
+ annotations</a>
+ </li>
</ul>
{% endblock %}