Changeset 2978
- Timestamp:
- 05/25/06 00:09:25 (3 years ago)
- Files:
-
- django/trunk/docs/templates_python.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/templates_python.txt
r2941 r2978 803 803 the tutorials_. We will use this tag like this:: 804 804 805 { { show_results poll }}805 {% show_results poll %} 806 806 807 807 and the output will be something like this:: … … 867 867 point back to the main page. We can write a tag that is used like this:: 868 868 869 { { jump_link }}869 {% jump_link %} 870 870 871 871 and renders this::
