diff options
| author | Ben Longden <blongden@inviqa.com> | 2012-12-13 13:20:47 +0000 |
|---|---|---|
| committer | Ben Longden <blongden@inviqa.com> | 2012-12-13 13:20:47 +0000 |
| commit | 55a2d5b577bcf988d33ca4c8decfae6e96f58c7b (patch) | |
| tree | e8c8c8d3151d5db910ed1d70505d782c10d033d8 /docs/topics | |
| parent | 7eba5fbc027face8dd33475148d442655a92cecd (diff) | |
Removes PHP references
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 |
