diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-10-14 15:04:21 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-10-14 15:04:21 +0000 |
| commit | 2db3d9c7ccf5e43713592cec4832fdbe4bc4b40f (patch) | |
| tree | 2a399d366194c2241844b5e1aa149afd907d78bf /docs | |
| parent | f2b8e85360ddc115ee2ed6ed781be260c0110150 (diff) | |
Reworded part of design_philosophies.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@863 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/design_philosophies.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/design_philosophies.txt b/docs/design_philosophies.txt index 720694e7a3..2084c992a5 100644 --- a/docs/design_philosophies.txt +++ b/docs/design_philosophies.txt @@ -190,7 +190,7 @@ Assume designer competence The template system shouldn't be designed so that templates necessarily are displayed nicely in WYSIWYG editors such as Dreamweaver. That is too severe of a limitation and wouldn't allow the syntax to be as nice as it is. Django -expects some level of code competence in template authors. +expects template authors are comfortable editing HTML directly. Treat whitespace obviously -------------------------- |
