mirror of
				https://github.com/django/django.git
				synced 2025-11-04 05:35:37 +00:00 
			
		
		
		
	Refs #33182 -- Adjusted custom admin theming example to use correct template block.
This commit is contained in:
		
							parent
							
								
									3f1f8b9376
								
							
						
					
					
						commit
						a754b82dac
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -2837,7 +2837,7 @@ override to your project:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    {% extends 'admin/base.html' %}
 | 
					    {% extends 'admin/base.html' %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    {% block extrahead %}{{ block.super }}
 | 
					    {% block extrastyle %}{{ block.super }}
 | 
				
			||||||
    <style>
 | 
					    <style>
 | 
				
			||||||
    :root {
 | 
					    :root {
 | 
				
			||||||
      --primary: #9774d5;
 | 
					      --primary: #9774d5;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue