diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2021-10-27 10:35:02 +0200 |
|---|---|---|
| committer | Carlton Gibson <carlton.gibson@noumenal.es> | 2021-10-27 12:17:21 +0200 |
| commit | afe090481f5ba04f1057cf598849f67d0bdf5d62 (patch) | |
| tree | 67a9b64775b2cdfb72189159b9e49921a5c1fdf5 /docs | |
| parent | 27a64da8213f27787ae1c48041a70f197cdcfd6f (diff) | |
[4.0.x] Refs #33182 -- Adjusted custom admin theming example to use correct template block.
Backport of a754b82dac511475b6276039471ccd17cc64aeb8 from main
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/contrib/admin/index.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt index f77273625c..a646d865a7 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 }} <style> :root { --primary: #9774d5; |
