Cleaned up 'Assume designer competence' section in docs/design_philosophies.txt

git-svn-id: http://code.djangoproject.com/svn/django/trunk@856 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2005-10-14 03:32:34 +00:00
parent 5e5fe5b5a2
commit cdfbdfb1b2
1 changed files with 4 additions and 4 deletions

View File

@ -187,10 +187,10 @@ text.
Assume designer competence Assume designer competence
-------------------------- --------------------------
The template system shouldn't be designed so that templates are displayed The template system shouldn't be designed so that templates necessarily are
nicely in WYSIWYG editors such as Dreamweaver. That is too severe of a displayed nicely in WYSIWYG editors such as Dreamweaver. That is too severe of
limitation and wouldn't allow the syntax to be as nice as it is. Django expects a limitation and wouldn't allow the syntax to be as nice as it is. Django
some level of competence in template authors. expects some level of code competence in template authors.
Treat whitespace obviously Treat whitespace obviously
-------------------------- --------------------------