aboutsummaryrefslogtreecommitdiff
path: root/app/templates/admin/index.html
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-03-26 16:34:47 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-03-26 16:35:16 +0000
commit3f799fbadbce46c8524b216713ba05cca0618f7e (patch)
tree67e88657796030864a10dc6f546a6147291f2d73 /app/templates/admin/index.html
parentRemove user id and dataset id and sort tasks by username (diff)
downloadAnnotateChange-3f799fbadbce46c8524b216713ba05cca0618f7e.tar.gz
AnnotateChange-3f799fbadbce46c8524b216713ba05cca0618f7e.zip
Add user table
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 136d1d5..c5f5e6b 100644
--- a/app/templates/admin/index.html
+++ b/app/templates/admin/index.html
@@ -10,5 +10,9 @@
<a href="{{ url_for("admin.manage_tasks") }}">View and manage
tasks</a>
</li>
+ <li>
+ <a href="{{ url_for("admin.manage_users") }}">View and manage
+ users</a>
+ </li>
</ul>
{% endblock %}