From cdfbdfb1b23be17ac2aac00a10db8874b54fd7e2 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 14 Oct 2005 03:32:34 +0000 Subject: [PATCH] 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 --- docs/design_philosophies.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/design_philosophies.txt b/docs/design_philosophies.txt index 9bfe81ddc1..9553e4fb44 100644 --- a/docs/design_philosophies.txt +++ b/docs/design_philosophies.txt @@ -187,10 +187,10 @@ text. Assume designer competence -------------------------- -The template system shouldn't be designed so that templates 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 competence in template authors. +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. Treat whitespace obviously --------------------------