From afe090481f5ba04f1057cf598849f67d0bdf5d62 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Wed, 27 Oct 2021 10:35:02 +0200 Subject: [PATCH] [4.0.x] Refs #33182 -- Adjusted custom admin theming example to use correct template block. Backport of a754b82dac511475b6276039471ccd17cc64aeb8 from main --- 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 f77273625c2..a646d865a76 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -2888,7 +2888,7 @@ override to your project: {% extends 'admin/base.html' %} - {% block extrahead %}{{ block.super }} + {% block extrastyle %}{{ block.super }}