summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/templates.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/topics/templates.txt b/docs/topics/templates.txt
index af45a8d95b..fb2119515b 100644
--- a/docs/topics/templates.txt
+++ b/docs/topics/templates.txt
@@ -16,9 +16,9 @@ or CheetahTemplate_, you should feel right at home with Django's templates.
.. admonition:: Philosophy
If you have a background in programming, or if you're used to languages
- like PHP which mix programming code directly into HTML, you'll want to
- bear in mind that the Django template system is not simply Python embedded
- into HTML. This is by design: the template system is meant to express
+ which mix programming code directly into HTML, you'll want to bear in
+ mind that the Django template system is not simply Python embedded into
+ HTML. This is by design: the template system is meant to express
presentation, not program logic.
The Django template system provides tags which function similarly to some