summaryrefslogtreecommitdiff
path: root/docs/faq/usage.txt
diff options
context:
space:
mode:
authorOla Sitarska <ola@sitarska.com>2014-08-11 13:34:48 +0200
committerTim Graham <timograham@gmail.com>2014-08-12 13:46:10 -0400
commit549284faa4c58de420918ecd3120607db473787f (patch)
treed05d964d17b938ae66c4c45c6cd7370d213c1444 /docs/faq/usage.txt
parenta9fd740d22bc4fed5fdb280c036618000ee13df1 (diff)
Fixed #23016 -- Updated FAQs per Aymeric's suggestions.
Diffstat (limited to 'docs/faq/usage.txt')
-rw-r--r--docs/faq/usage.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/faq/usage.txt b/docs/faq/usage.txt
index ecc473762f..340c737518 100644
--- a/docs/faq/usage.txt
+++ b/docs/faq/usage.txt
@@ -19,7 +19,7 @@ I can't stand your template language. Do I have to use it?
We happen to think our template engine is the best thing since chunky bacon,
but we recognize that choosing a template language runs close to religion.
There's nothing about Django that requires using the template language, so
-if you're attached to ZPT, Cheetah, or whatever, feel free to use those.
+if you're attached to Jinja2, Cheetah, or whatever, feel free to use those.
Do I have to use your model/database layer?
-------------------------------------------