From ee63b48d87f63a005f9862a10acf5fe535e6bc25 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Fri, 30 Aug 2024 15:46:08 -0400 Subject: [PATCH] fix: admin template rebase failure --- templates/rocky/admin/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/rocky/admin/index.html b/templates/rocky/admin/index.html index 43dbfbf..62f794f 100644 --- a/templates/rocky/admin/index.html +++ b/templates/rocky/admin/index.html @@ -1,6 +1,6 @@ -{% extends 'admin/admin_master.html' %} +{% extends 'admin/master.html' %} -{% block content %} +{% block body %}

These pages present the admin interface of MirrorManager.