Opened 11 years ago
Last modified 5 years ago
#22261 closed Bug
Wrong Permalink for flatpages — at Initial Version
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.flatpages | Version: | 1.6 |
Severity: | Normal | Keywords: | |
Cc: | edanm | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The FlatPage model implements get_absolute_url without using reverse. The comment suggests, that this handles SCRIPT_NAME issues, but the link in the admin interface does not work, if you are using a prefix for the flatpages urls. The templatetag for resolving a flatpage works just fine.
Note:
See TracTickets
for help on using tickets.