[4.0.x] Refs #33182 -- Adjusted custom admin theming example to use correct template block.

Backport of a754b82dac511475b6276039471ccd17cc64aeb8 from main
This commit is contained in:
Carlton Gibson 2021-10-27 10:35:02 +02:00
parent 27a64da821
commit afe090481f

View File

@ -2888,7 +2888,7 @@ override to your project:
{% extends 'admin/base.html' %}
{% block extrahead %}{{ block.super }}
{% block extrastyle %}{{ block.super }}
<style>
:root {
--primary: #9774d5;