diff options
Diffstat (limited to 'app/templates/admin/list.html')
| -rw-r--r-- | app/templates/admin/list.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/templates/admin/list.html b/app/templates/admin/list.html new file mode 100644 index 0000000..af845a9 --- /dev/null +++ b/app/templates/admin/list.html @@ -0,0 +1,11 @@ +{% extends "base.html" %} + +{% block title %} + Admin Tools +{% endblock %} + +{% block content %} + <ul> + <a href="{{ url_for('switch_user_page') }}">Sign in as another user</a> + </ul> +{% endblock %} |
