mirrormanager-rocky/templates/rocky/admin/index.html

13 lines
297 B
HTML
Raw Normal View History

2024-08-29 23:13:29 +00:00
{% extends 'admin/admin_master.html' %}
{% block content %}
<p>
These pages present the admin interface of MirrorManager.
</p>
<p>
From here you can access all the tables in the database organized
so that there is a logical structure.
</p>
{% endblock %}