From 128179c0f8381b8fa0c9e630ce2e4a24665fb728 Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Wed, 27 Oct 2021 10:35:02 +0200 Subject: [PATCH] [3.2.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 ee7c5a2cbf..4bafc5e1b8 100644 --- a/docs/ref/contrib/admin/index.txt +++ b/docs/ref/contrib/admin/index.txt @@ -2869,7 +2869,7 @@ override to your project: {% extends 'admin/base.html' %} - {% block extrahead %}{{ block.super }} + {% block extrastyle %}{{ block.super }}