Opened 18 years ago
Closed 18 years ago
#3889 closed (fixed)
incorrect anchor on link
Reported by: | anonymous | Owned by: | Jacob |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
"context_processors: A list of template-context processors to apply to the view’s template. See the RequestContext docs." links to
http://www.djangoproject.com/documentation/templates_python/#subclassing-context-djangocontext
Should it be
http://www.djangoproject.com/documentation/templates_python/#subclassing-context-requestcontext
?
Change History (2)
comment:1 by , 18 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [4895]) Fixed #3889 -- Fixed incorrect anchor in link.