#8757 closed (fixed)
Typo in custom templatetags docs
Description ¶
At the end of the inclusion tags section there is a short line that isn't styled as template code:
Then, any time you want to use that custom tag, load its library and call it without any arguments, like so: .. code-block:: html+django {% jump_link %}
I include a patch with the probable solution, but please review as I couldn't test it.
Change History (5)
by , 17 years ago
Attachment: | inclusion_tag_docs_patch.diff added |
---|
comment:1 by , 17 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 17 years ago
Thanks richardb, I'm always wary of seemingly-trivial damnhowcanthisfail patches.
comment:3 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Hi Framos, I've applied your patch to my locally-built copy of the documentation and it works exactly as you intended.