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

13 lines
288 B
HTML

{% extends 'admin/master.html' %}
{% block body %}
<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 %}