]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Amend to #453
authorMarkus Unterwaditzer <markus@unterwaditzer.net>
Sun, 17 May 2015 15:58:09 +0000 (17:58 +0200)
committerMarkus Unterwaditzer <markus@unterwaditzer.net>
Sun, 17 May 2015 15:58:09 +0000 (17:58 +0200)
README.rst

index adfb45de742361377c06f752f90407978532bb1f..0684e8a1b225084b325e8fdefa60245f96176796 100644 (file)
@@ -23,8 +23,8 @@ Here a small example of a Jinja template::
 Philosophy
 ----------
 
-Application logic is for the controller; however, try not to make life painful
-for the template designer due to not enough functionality.
+Application logic is for the controller, but don't make the template designer's
+life difficult by restricting functionality too much.
 
 For more information visit the new `Jinja2 webpage`_ and `documentation`_.