mirrormanager-rocky/templates/rocky/admin/index.html
2024-08-29 19:13:29 -04:00

13 lines
297 B
HTML

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