Opened 16 years ago

Closed 16 years ago

Last modified 13 years ago

#8757 closed (fixed)

Typo in custom templatetags docs

Reported by: Fidel Ramos Owned by: nobody
Component: Documentation Version: dev
Severity: Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

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.

Attachments (1)

inclusion_tag_docs_patch.diff (482 bytes ) - added by Fidel Ramos 16 years ago.

Download all attachments as: .zip

Change History (5)

by Fidel Ramos, 16 years ago

comment:1 by Richard Barran, 16 years ago

Triage Stage: UnreviewedAccepted

Hi Framos, I've applied your patch to my locally-built copy of the documentation and it works exactly as you intended.

comment:2 by Fidel Ramos, 16 years ago

Thanks richardb, I'm always wary of seemingly-trivial damnhowcanthisfail patches.

comment:3 by James Bennett, 16 years ago

Resolution: fixed
Status: newclosed

(In [8828]) Fixed #8757: Corrected formatting of inclusion tag example

comment:4 by Jacob, 13 years ago

milestone: 1.0

Milestone 1.0 deleted

Note: See TracTickets for help on using tickets.
Back to Top