mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-23 14:32:25 +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 %}
|