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 10:35:02 +0200 |
| commit | a754b82dac511475b6276039471ccd17cc64aeb8 (patch) | |
| tree | 274a7e8f81a41df1db0604c82de7a0e31b3124c1 /docs | |
| parent | 3f1f8b93760eee2f26eb84ddc4054f0c6b319da5 (diff) | |
Refs #33182 -- Adjusted custom admin theming example to use correct template block.
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 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 }} <style> :root { --primary: #9774d5; |
