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

13 lines
288 B
HTML
Raw Normal View History

2024-08-30 19:46:08 +00:00
{% extends 'admin/master.html' %}
2024-08-29 23:13:29 +00:00
2024-08-30 19:46:08 +00:00
{% block body %}
2024-08-29 23:13:29 +00:00
<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 %}