Author: jezdez Date: 2011-05-07 09:58:52 -0700 (Sat, 07 May 2011) New Revision: 16173
Modified: django/trunk/docs/howto/custom-template-tags.txt Log: Added missing reference to custom template tag docs. Modified: django/trunk/docs/howto/custom-template-tags.txt =================================================================== --- django/trunk/docs/howto/custom-template-tags.txt 2011-05-07 16:58:45 UTC (rev 16172) +++ django/trunk/docs/howto/custom-template-tags.txt 2011-05-07 16:58:52 UTC (rev 16173) @@ -624,6 +624,8 @@ Variable resolution will throw a ``VariableDoesNotExist`` exception if it cannot resolve the string passed to it in the current context of the page. +.. _howto-custom-template-tags-simple-tags: + Shortcut for simple tags ~~~~~~~~~~~~~~~~~~~~~~~~ -- 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 django-updates+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-updates?hl=en.