Hey Jardar, I looked at that template in my Django files and on git hub but I still couldn't manage to see where or how I could change those four titles. Is there something I have to do more than just retitle them in the html files to get them to be different? For instance I don't see "Add Blog post" in the change_form.html file.
Thanks for the response, Sean On Monday, October 6, 2014 11:57:51 AM UTC-7, Jardar Oehrn wrote: > > 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] <javascript:>. > 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.
