summaryrefslogtreecommitdiff
path: root/docs/howto
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2015-01-03 23:05:34 +0100
committerAymeric Augustin <aymeric.augustin@m4x.org>2015-01-10 20:16:19 +0100
commitee8d5b91e94f6920f846512c978b703f62545ca8 (patch)
tree3c6d252d4621220afa117f2e71d5a0b82311cc51 /docs/howto
parent6c392bb2c00a7779a0f2a485bfdeea456ed39181 (diff)
Wrote main documentation for templates.
Diffstat (limited to 'docs/howto')
-rw-r--r--docs/howto/custom-template-tags.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/howto/custom-template-tags.txt b/docs/howto/custom-template-tags.txt
index d69cedad35..b1b485489e 100644
--- a/docs/howto/custom-template-tags.txt
+++ b/docs/howto/custom-template-tags.txt
@@ -369,6 +369,8 @@ aware datetime, Django will convert it to the current time zone before passing
it to your filter when appropriate, according to :ref:`rules for time zones
conversions in templates <time-zones-in-templates>`.
+.. _howto-writing-custom-template-tags:
+
Writing custom template tags
----------------------------