summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Smith <39445562+smithdc1@users.noreply.github.com>2020-04-23 19:42:55 +0100
committerGitHub <noreply@github.com>2020-04-23 20:42:55 +0200
commite0757c49acef57c8e3d34c1c5496bf3880d4efc8 (patch)
treef481f2fbf8c4f1ae1dc75df10bed301749eaf84a /docs
parentfaa08449dd1236c1b92883e86cf1895410c72f56 (diff)
Updated template language philosophy in DTL docs.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/templates/language.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/ref/templates/language.txt b/docs/ref/templates/language.txt
index 319e65b52e..5d4c8f147b 100644
--- a/docs/ref/templates/language.txt
+++ b/docs/ref/templates/language.txt
@@ -68,11 +68,8 @@ explained later in this document.
Why use a text-based template instead of an XML-based one (like Zope's
TAL)? We wanted Django's template language to be usable for more than
- just XML/HTML templates. At World Online, we use it for emails,
- JavaScript and CSV. You can use the template language for any text-based
- format.
-
- Oh, and one more thing: making humans edit XML is sadistic!
+ just XML/HTML templates. You can use the template language for any
+ text-based format such as emails, JavaScript and CSV.
.. _template-variables: