#2001: Incorrect tag usage in templates_python.txt
-----------------------------------+----------------------------------------
 Reporter:  [EMAIL PROTECTED]  |       Owner:  jacob
     Type:  defect                 |      Status:  new  
 Priority:  normal                 |   Milestone:       
Component:  Documentation          |     Version:  SVN  
 Severity:  normal                 |    Keywords:       
-----------------------------------+----------------------------------------
 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.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/2001>
Django <http://code.djangoproject.org/>
The web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---

Reply via email to