The thing here is that the template files generate the html you will see when inspecting a page. Or django generates it using the template files is more correct. You can change what the template files generates by copying the folder structure of contrib/admin/templates over to your project folder then editing the html files.
I think you are looking for django / contrib / admin / templates / admin / change_form.html Have a look at line: 20 and downwards. It looks like it is where the title stuff happens. Note: this is from the master branch on git hub, your version may vary. I hope this helps you. Hey Everyone, I am still wondering how to change these admin titles but in my ignorance I might have been a little unclear. I just want to be able to change these titles in the admin page. <https://lh6.googleusercontent.com/-RNtDzlcSU6o/VDLaJGdPyNI/AAAAAAAAAAM/zx6Mp3VT7Rc/s1600/Admin%2BDashboard%2B1.tiff> <https://lh3.googleusercontent.com/-Rsts9tYlRaE/VDLaMg2SZcI/AAAAAAAAAAU/OrIv69pBlgI/s1600/Admin%2BDashboard%2B2.tiff> <https://lh4.googleusercontent.com/-W-wN94gUXas/VDLaPPWNp2I/AAAAAAAAAAc/zC1dpNDLzHM/s1600/Admin%2BDashboard%2B3.tiff> If anyone could help me that would be great. Thanks! Sean -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
