Hello!

New contributor here (at least I hope to be). I had two small tweaks to the 
admin templates that I wanted to run by people here:

1) I added a block within the breadcrumbs around the initial "Home" part, 
and adjusted all the templates such that a user could override this new 
block once in base_site.html and replace "Home" with something else. For 
example, in my case, I'd like to make it more like "Site > Admin", with 
links. Right now, this appears to require extending all of the templates. 
See commit 
<https://github.com/jaredahern/django/commit/9025cd760bbd98cffa5c50aad535a51a8250c59a>
.

2) I could be wrong, but it doesn't seem like there's a direct way to add 
content between the header and the breadcrumbs. In my case, I've provided a 
drop-down menu bar there, by overriding base.html. However, it would be 
better if I could leave base.html untouched, and just extend 
base_site.html. So I added an empty block at that location in base.html. 
See commit 
<https://github.com/jaredahern/django/commit/7f6f3c7599d4eff079a970b400588e5b2504317b>
.

Would either or both of these be acceptable for PRs? Would I need 
docs/tests/tickets?

Regards,
Jared

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/e4a5e711-0730-4286-8110-ed2231979aa7%40googlegroups.com.

Reply via email to