Django

Code

Changeset 856

Show
Ignore:
Timestamp:
10/13/05 22:32:34 (3 years ago)
Author:
adrian
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/design_philosophies.txt

    r855 r856  
    188188-------------------------- 
    189189 
    190 The template system shouldn't be designed so that templates are displayed 
    191 nicely in WYSIWYG editors such as Dreamweaver. That is too severe of a 
    192 limitation and wouldn't allow the syntax to be as nice as it is. Django expects 
    193 some level of competence in template authors. 
     190The template system shouldn't be designed so that templates necessarily are 
     191displayed nicely in WYSIWYG editors such as Dreamweaver. That is too severe of 
     192a limitation and wouldn't allow the syntax to be as nice as it is. Django 
     193expects some level of code competence in template authors. 
    194194 
    195195Treat whitespace obviously