From 359c5ee4bb5778d433a0511e27da69a1867fefcc Mon Sep 17 00:00:00 2001 From: eddiemonge Date: Wed, 13 Apr 2011 06:48:37 +0800 Subject: [PATCH] change verbiage slightly --- general/controllers/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general/controllers/base.html b/general/controllers/base.html index c1f5d812c..c93a6f370 100644 --- a/general/controllers/base.html +++ b/general/controllers/base.html @@ -90,7 +90,7 @@

Special controller properties

$request

-

This property holds the Request object. It cannot not be overwritten. However, it can be used to get information about the current request.

+

This property holds the Request object. It should not be overwritten. It should be used to get information about the current request. It should be thought of as read-only.