Opened 18 years ago
Closed 18 years ago
#2001 closed defect (fixed)
Incorrect tag usage in templates_python.txt
Reported by: | Owned by: | Jacob | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | normal | 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
File: root/django/trunk/docs/templates_python.txt
Line 805 currently reads:
{{ show_results poll }}
should be:
{% show_results poll %}
Line 869 currently reads:
{{ jump_link }}
should be:
{% jump_link %}
I haven't tested the first one, but the second one doesn't work for me unless I change it.
Note:
See TracTickets
for help on using tickets.
Auto-closing of tickets doesn't seem to working. This was fixed in r2978. Thanks for the report.