mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-13 02:53:51 +01:00
12 lines
196 B
HTML
12 lines
196 B
HTML
{% 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 %}
|