summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-10-08 07:48:17 -0400
committerTim Graham <timograham@gmail.com>2016-10-08 08:08:18 -0400
commit1c47c7e6f17300fda23f3003fde655615e1e83f9 (patch)
tree7dc4811d50b21de97b94b0988ca9b977e3c5d06c
parentbe535960b1b877da50c2b66301820f68e312463c (diff)
[1.10.x] Added template syntax highlighting in docs/topics/i18n/timezones.txt.
Backport of 19a140a1b37471e7e99f1fbb5e717b0d605a1895 from master
-rw-r--r--docs/topics/i18n/timezones.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/topics/i18n/timezones.txt b/docs/topics/i18n/timezones.txt
index be4665f95c..45bf33c09b 100644
--- a/docs/topics/i18n/timezones.txt
+++ b/docs/topics/i18n/timezones.txt
@@ -251,6 +251,8 @@ output for computers rather than for humans. The following filters and tags,
provided by the ``tz`` template tag library, allow you to control the time zone
conversions.
+.. highlight:: html+django
+
Template tags
-------------
@@ -366,6 +368,8 @@ For example::
{{ value|timezone:"Europe/Paris" }}
+.. highlight:: python
+
.. _time-zones-migration-guide:
Migration guide