diff options
| author | Ben Longden <blongden@inviqa.com> | 2012-12-13 13:20:47 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2012-12-14 19:33:48 -0500 |
| commit | 0c3e4848b63574f0f02528bb15a4cfbd23333bc8 (patch) | |
| tree | 69d56ab99ed8563cfbb87714a1f8d3a9b234a7e3 /docs/topics | |
| parent | 44e56238d79890176a747181d32fbc53be157706 (diff) | |
[1.5.X] Removed PHP references
Backport of 55a2d5b577 from master
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/templates.txt | 6 |
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 |
