Opened 6 years ago
Closed 6 years ago
#29746 closed Bug (fixed)
FlatpageForm help_text is misleading when APPEND_SLASH is False
Reported by: | Tom Carrick | Owned by: | Tom Carrick |
---|---|---|---|
Component: | contrib.flatpages | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
As pointed out by code1 on IRC, when using FlatPageForm
when APPEND_SLASH
is False
, the validation allows URLs without trailing slashes, however the help text still says that a trailing slash is required: "Example: '/about/contact/'. Make sure to have leading and trailing slashes."
Assigning myself, will pick this up if/when it's accepted.
Change History (4)
comment:1 by , 6 years ago
Owner: | changed from | to
---|
comment:2 by , 6 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:3 by , 6 years ago
Has patch: | set |
---|
Note:
See TracTickets
for help on using tickets.
PR