Author: mtredinnick
Date: 2006-05-25 00:09:25 -0500 (Thu, 25 May 2006)
New Revision: 2978

Modified:
   django/trunk/docs/templates_python.txt
Log:
Fixed #2001 -- corrected a couple of typos in the custom tag examples. Thanks
to [EMAIL PROTECTED]



Modified: django/trunk/docs/templates_python.txt
===================================================================
--- django/trunk/docs/templates_python.txt      2006-05-24 14:30:08 UTC (rev 
2977)
+++ django/trunk/docs/templates_python.txt      2006-05-25 05:09:25 UTC (rev 
2978)
@@ -802,7 +802,7 @@
 a tag that outputs a list of choices for a Poll object, such as was created in
 the tutorials_. We will use this tag like this::
 
-    {{ show_results poll }}
+    {% show_results poll %}
 
 and the output will be something like this::
 
@@ -866,7 +866,7 @@
 in a context that contains ``home_link`` and ``home_title`` variables that
 point back to the main page. We can write a tag that is used like this::
 
-    {{ jump_link }}
+    {% jump_link %}
 
 and renders this::
 


--~--~---------~--~----~------------~-------~--~----~
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