app/soc/views/helper/requests.py
changeset 1381 2cfce3831fc6
parent 1373 178bd19966fe
child 1631 25ec972b5aa2
--- a/app/soc/views/helper/requests.py	Tue Feb 17 19:37:47 2009 +0000
+++ b/app/soc/views/helper/requests.py	Tue Feb 17 19:40:13 2009 +0000
@@ -119,7 +119,7 @@
     # no HTTP referrer, so cannot possibly start with expected prefix
     return False
 
-  http_host = 'http://%s/%s' %(os.environ['HTTP_HOST'],url_name)
+  http_host = 'http://%s/%s' %(os.environ['HTTP_HOST'], url_name)
 
   if http_from.startswith(http_host):
     return True