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
--
Ticket URL: <https://code.djangoproject.com/ticket/30999>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* stage: Unreviewed => Accepted
Comment:
Yes it should be `as explained in writing custom template tags...`.
--
Ticket URL: <https://code.djangoproject.com/ticket/30999#comment:1>
* owner: nobody => Hasan Ramezani
* status: new => assigned
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/30999#comment:2>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"33eecfa7405ea997669f8edb61c596c3f295c793" 33eecfa7]:
{{{
#!CommitTicketReference repository=""
revision="33eecfa7405ea997669f8edb61c596c3f295c793"
Fixed #30999 -- Fixed typo in docs/howto/custom-template-tags.txt.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/30999#comment:3>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"895c0889e4546965202069057307def11190e50e" 895c0889]:
{{{
#!CommitTicketReference repository=""
revision="895c0889e4546965202069057307def11190e50e"
[3.0.x] Fixed #30999 -- Fixed typo in docs/howto/custom-template-tags.txt.
Backport of 33eecfa7405ea997669f8edb61c596c3f295c793 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/30999#comment:4>
Comment (by Mariusz Felisiak <felisiak.mariusz@…>):
In [changeset:"c31252fc75fd29291e4592c9a08e8583e421f28d" c31252f]:
{{{
#!CommitTicketReference repository=""
revision="c31252fc75fd29291e4592c9a08e8583e421f28d"
[2.2.x] Fixed #30999 -- Fixed typo in docs/howto/custom-template-tags.txt.
Backport of 33eecfa7405ea997669f8edb61c596c3f295c793 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/30999#comment:5>