From 19a140a1b37471e7e99f1fbb5e717b0d605a1895 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 8 Oct 2016 07:48:17 -0400 Subject: [PATCH] Added template syntax highlighting in docs/topics/i18n/timezones.txt. --- docs/topics/i18n/timezones.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/topics/i18n/timezones.txt b/docs/topics/i18n/timezones.txt index 8cf3c1325b..a5848bf33e 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