diff options
| author | Jannis Leidel <jannis@leidel.info> | 2011-05-07 16:58:52 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2011-05-07 16:58:52 +0000 |
| commit | e282e1b3272238af26cbfdf7d05d3184bcbf8123 (patch) | |
| tree | 59d2d5dcf6ef53f17fd6a484ec99a5fab8f96bee | |
| parent | 0322f2b6533852b51d83ac4d55f11d75cc0f41b0 (diff) | |
Added missing reference to custom template tag docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16173 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | docs/howto/custom-template-tags.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 ~~~~~~~~~~~~~~~~~~~~~~~~ |
