From a754b82dac511475b6276039471ccd17cc64aeb8 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Wed, 27 Oct 2021 10:35:02 +0200 Subject: [PATCH] Refs #33182 -- Adjusted custom admin theming example to use correct template block. --- docs/ref/contrib/admin/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index fcc9227fad..0f427c06f0 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -2837,7 +2837,7 @@ override to your project: {% extends 'admin/base.html' %} - {% block extrahead %}{{ block.super }} + {% block extrastyle %}{{ block.super }}