Restrict user list page to moderators only

This commit is contained in:
rubenwardy
2018-05-13 16:56:18 +01:00
parent 167a9f14cd
commit f3c433de06
2 changed files with 4 additions and 1 deletions

View File

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