diff options
Diffstat (limited to 'app/templates/admin/list.html')
| -rw-r--r-- | app/templates/admin/list.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/templates/admin/list.html b/app/templates/admin/list.html index af845a9..1c0301e 100644 --- a/app/templates/admin/list.html +++ b/app/templates/admin/list.html @@ -6,6 +6,7 @@ {% block content %} <ul> - <a href="{{ url_for('switch_user_page') }}">Sign in as another user</a> + <li><a href="{{ url_for('user_list_page') }}">User list</a></li> + <li><a href="{{ url_for('switch_user_page') }}">Sign in as another user</a></li> </ul> {% endblock %} |
