From e282e1b3272238af26cbfdf7d05d3184bcbf8123 Mon Sep 17 00:00:00 2001 From: Jannis Leidel Date: Sat, 7 May 2011 16:58:52 +0000 Subject: [PATCH] Added missing reference to custom template tag docs. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16173 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/howto/custom-template-tags.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/howto/custom-template-tags.txt b/docs/howto/custom-template-tags.txt index 16f25ae564..0f8676e89c 100644 --- a/docs/howto/custom-template-tags.txt +++ b/docs/howto/custom-template-tags.txt @@ -624,6 +624,8 @@ for example:: 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 ~~~~~~~~~~~~~~~~~~~~~~~~