Author: simon
Date: 2008-09-15 10:44:59 -0500 (Mon, 15 Sep 2008)
New Revision: 9035

Modified:
   django/trunk/docs/howto/custom-template-tags.txt
   django/trunk/docs/topics/forms/index.txt
Log:
Added mention of inclusion tags to reusable form templates documentation

Modified: django/trunk/docs/howto/custom-template-tags.txt
===================================================================
--- django/trunk/docs/howto/custom-template-tags.txt    2008-09-15 12:14:31 UTC 
(rev 9034)
+++ django/trunk/docs/howto/custom-template-tags.txt    2008-09-15 15:44:59 UTC 
(rev 9035)
@@ -619,6 +619,8 @@
 function to work with the input values and using the ``simple_tag`` helper is
 the easiest way to create a new tag.
 
+.. _howto-custom-template-tags-inclusion-tags:
+
 Inclusion tags
 ~~~~~~~~~~~~~~
 

Modified: django/trunk/docs/topics/forms/index.txt
===================================================================
--- django/trunk/docs/topics/forms/index.txt    2008-09-15 12:14:31 UTC (rev 
9034)
+++ django/trunk/docs/topics/forms/index.txt    2008-09-15 15:44:59 UTC (rev 
9035)
@@ -321,6 +321,9 @@
         <p><input type="submit" value="Submit comment" /></p>
     </form>
 
+You can also create a custom :ref:`inclusion 
+tag<howto-custom-template-tags-inclusion-tags>`.
+
 Further topics
 ==============
 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to