mirror of https://github.com/django/django.git
[3.2.x] Refs #33182 -- Adjusted custom admin theming example to use correct template block.
Backport of a754b82dac
from main
This commit is contained in:
parent
f5802a21c4
commit
128179c0f8
|
@ -2869,7 +2869,7 @@ override to your project:
|
|||
|
||||
{% extends 'admin/base.html' %}
|
||||
|
||||
{% block extrahead %}{{ block.super }}
|
||||
{% block extrastyle %}{{ block.super }}
|
||||
<style>
|
||||
:root {
|
||||
--primary: #9774d5;
|
||||
|
|
Loading…
Reference in New Issue