Mercurial > p > roundup > code
diff roundup/cgi/templating.py @ 1157:26c8cb2162d7
fixed various URL / base URL issues
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 16 Sep 2002 22:37:26 +0000 |
| parents | 5cf0a6b6e787 |
| children | 420de8f2d308 |
line wrap: on
line diff
--- a/roundup/cgi/templating.py Mon Sep 16 08:04:46 2002 +0000 +++ b/roundup/cgi/templating.py Mon Sep 16 22:37:26 2002 +0000 @@ -1153,7 +1153,6 @@ "form" the CGI form as a cgi.FieldStorage "env" the CGI environment variables - "url" the current URL path for this request "base" the base URL for this instance "user" a HTMLUser instance for this user "classname" the current classname (possibly None) @@ -1177,7 +1176,6 @@ self.form = client.form self.env = client.env self.base = client.base - self.url = client.url self.user = HTMLUser(client, 'user', client.userid) # store the current class name and action
