Changeset 8828
- Timestamp:
- 09/01/08 18:57:55 (4 months ago)
- Files:
-
- django/trunk/docs/howto/custom-template-tags.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/howto/custom-template-tags.txt
r8506 r8828 720 720 721 721 Then, any time you want to use that custom tag, load its library and call it 722 without any arguments, like so: :722 without any arguments, like so: 723 723 724 724 .. code-block:: html+django
