#30999 closed Cleanup/optimization (fixed)
Typo in custom template tags docs.
| Reported by: | Fabio Sangiovanni | Owned by: | Hasan Ramezani |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
Hi,
this section of the docs:
https://docs.djangoproject.com/en/dev/howto/custom-template-tags/#registering-the-tag
starts with the sentence:
Finally, register the tag with your module’s Library instance, as explained in writing custom template filters above.
The words "writing custom template filters" appear to link to the wrong anchor (#howto-writing-custom-template-tags instead of #howto-writing-custom-template-filters): either the text or the anchor seems to need a fix.
Cheers,
Fabio
Change History (5)
comment:1 by , 6 years ago
| Summary: | Wrong anchor in custom template tags docs → Typo in custom template tags docs. |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
comment:2 by , 6 years ago
| Has patch: | set |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
Version 0, edited 6 years ago by (next)
Note:
See TracTickets
for help on using tickets.
Yes it should be
as explained in writing custom template tags....