﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
32324	Adding more blocks to the contrib.admin site	Muskan Vaswan	nobody	"The Django admin template can be overridden and extended by the user. However, flexibility to customize the admin page can be increased by putting larger chunks of code inside a `{% block  ... %}... {% endblock %}`. This will be useful as it will allow the user to completely rewrite an entire segment of the page without having to override smaller elements or the entire template. 

For example, the user can overwrite the entire navbar if the header was put inside `{% block header %}` simply by extending the template.

Refer to this conversation [https://groups.google.com/g/django-developers/c/Q8I-0-2Sn4M] (point 2) for the full discussion"	Cleanup/optimization	new	contrib.admin	3.1	Normal		admin customize		Unreviewed	0	0	0	0	1	1
