From 55a2d5b577bcf988d33ca4c8decfae6e96f58c7b Mon Sep 17 00:00:00 2001 From: Ben Longden Date: Thu, 13 Dec 2012 13:20:47 +0000 Subject: Removes PHP references --- docs/topics/templates.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/topics') 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 -- cgit v1.3