Opened 17 years ago
Closed 17 years ago
#8756 closed (fixed)
Markup error on Custom Template Tags and Filters page
| Reported by: | Haegin | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
There is a markup error on the following page: http://docs.djangoproject.com/en/dev/howto/custom-template-tags/#inclusion-tags
It is just after the line "Then, any time you want to use that custom tag, load its library and call it without any arguments, like so:" where ".. code-block:: html+django" appears in a code block and the content that is meant to be in the code block ( "{% jump_link %}" )follows on the line immediatly following the code block.
Note:
See TracTickets
for help on using tickets.
Was fixed in [8828]