[1.5.X] Removed PHP references

Backport of 55a2d5b577 from master
This commit is contained in:
Ben Longden 2012-12-13 13:20:47 +00:00 committed by Tim Graham
parent 44e56238d7
commit 0c3e4848b6
5 changed files with 14 additions and 18 deletions

View file

@ -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