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:18:04 +0200 |
| commit | 128179c0f8381b8fa0c9e630ce2e4a24665fb728 (patch) | |
| tree | 237f0d6c643ff7d892beacde34d5027c2e94a24c /docs/ref | |
| parent | f5802a21c401b92764a9f3e2886144f3c5d77573 (diff) | |
[3.2.x] Refs #33182 -- Adjusted custom admin theming example to use correct template block.
Backport of a754b82dac511475b6276039471ccd17cc64aeb8 from main
Diffstat (limited to 'docs/ref')
| -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 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 }} <style> :root { --primary: #9774d5; |
