Re: broken admin links to logout and change password
On 11/12/05, Grigory Fateyev <[EMAIL PROTECTED]> wrote: > > Hello Bryan Murdock! > On Sat, 12 Nov 2005 07:34:42 -0800 you wrote: > > > > > My site is set up with mod_python so that to get to the admin page you > > go to: > > > > example.com/appname/admin > > > > In the admin view the links for logging out and changing password are > > broken. They use example.com/admin/..., leaving out the appname. How > > can I fix this? > > Maybe in admin template? Yes, I can go into django/contrib/admin/templates/base.html and fix it there, but that just doesn't seem as clean as how the branding stuff was able to be modified. I was hoping for something more like that. Bryan
Re: broken admin links to logout and change password
Hello Bryan Murdock! On Sat, 12 Nov 2005 07:34:42 -0800 you wrote: > > My site is set up with mod_python so that to get to the admin page you > go to: > > example.com/appname/admin > > In the admin view the links for logging out and changing password are > broken. They use example.com/admin/..., leaving out the appname. How > can I fix this? Maybe in admin template? -- Всего наилучшего! greg [at] anastasia [dot] ru Григорий.
broken admin links to logout and change password
My site is set up with mod_python so that to get to the admin page you go to: example.com/appname/admin In the admin view the links for logging out and changing password are broken. They use example.com/admin/..., leaving out the appname. How can I fix this? Thanks, Bryan