#59 closed defect (fixed)
Hard-coded references to password_change and logout
Reported by: | Owned by: | Adrian Holovaty | |
---|---|---|---|
Component: | contrib.admin | Version: | |
Severity: | normal | Keywords: | |
Cc: | Triage Stage: | Design decision needed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Sorry for another ticket, but I really like what I've seen so far. :D If you'd rather I comment on the tutorial page itself, that's alright too, I'm just used to working with Trac myself.
They don't actually point to the admin, just to the root of the web server. It would seem to me this is a problem with the template stuff, but it could be just a documentation problem that I have to change something else.
Change History (3)
comment:1 by , 19 years ago
comment:2 by , 19 years ago
Yes there should be a variable called app_root or something that will allow templates to use the prefix
comment:3 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed in [228]. Changed hard-coded references to password_change and logout in admin templates to add /admin/ prefix. Still hard-coded, but you can override it in custom templates if your URL structure is different.
Hmm, that may have been a little unclear; I was talking about the Change password and logout links at the upper right of the page.