I have a fairly big model and on the admin page for that model I have a few inlines that show up at the bottom. I want to be able to link to the admin page for a model instance, and automatically scroll down to an inline so something like /admin/myapp/modelname/pk/#inlinename
I'm not even remotely sure where to start? If anyone can even point me in the right direction that would be great.
Thanks!