From 09e61df55124bffeec3575dc06dbcf2b468152df Mon Sep 17 00:00:00 2001 From: rlskoeser Date: Mon, 7 Oct 2024 15:22:39 -0400 Subject: [PATCH] Fix login template block name for extra styles --- templates/admin/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/admin/login.html b/templates/admin/login.html index 858e7cc23..c7d0de908 100644 --- a/templates/admin/login.html +++ b/templates/admin/login.html @@ -2,7 +2,7 @@ {% extends 'admin/login.html' %} {% load static %} -{% block stylesheets %} +{% block extrastyle %} {{ block.super }} {% endblock %}