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 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 %} |
