From 7439039806038ce35d3a91f430037c667dcab051 Mon Sep 17 00:00:00 2001 From: Wim Feijen Date: Mon, 22 Jun 2015 10:58:38 +0200 Subject: [PATCH] [1.8.x] Updated indentation of example template in docs/topics/i18n/translation.txt. Backport of 514b69cb9e1ec08f22f04a6a2ed29b130cb42258 from master --- docs/topics/i18n/translation.txt | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt index f9972ae6f7..9220cda737 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -1705,20 +1705,20 @@ Here's example HTML template code: .. code-block:: html+django {% load i18n %} -
- {% csrf_token %} - - - + + {% csrf_token %} + + +
In this example, Django looks up the URL of the page to which the user will be