aboutsummaryrefslogtreecommitdiff
path: root/app/templates/admin/list.html
blob: af845a9d323f5e9936297afbc016ea89f01a2ed0 (plain)
1
2
3
4
5
6
7
8
9
10
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 %}