diff options
Diffstat (limited to 'app/templates/admin/index.html')
| -rw-r--r-- | app/templates/admin/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/templates/admin/index.html b/app/templates/admin/index.html index c5f5e6b..c6b1f25 100644 --- a/app/templates/admin/index.html +++ b/app/templates/admin/index.html @@ -14,5 +14,9 @@ <a href="{{ url_for("admin.manage_users") }}">View and manage users</a> </li> + <li> + <a href="{{ url_for("admin.manage_datasets") }}">View and + manage datasets</a> + </li> </ul> {% endblock %} |
