summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/design_philosophies.txt2
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
--------------------------