fix: admin template rebase failure

This commit is contained in:
Neil Hanlon 2024-08-30 15:46:08 -04:00
parent 870ad461ef
commit ee63b48d87
Signed by: neil
GPG Key ID: 705BC21EC3C70F34

View File

@ -1,6 +1,6 @@
{% extends 'admin/admin_master.html' %}
{% extends 'admin/master.html' %}
{% block content %}
{% block body %}
<p>
These pages present the admin interface of MirrorManager.
</p>