home page fixes

This commit is contained in:
Rushabh Mehta
2012-02-29 10:55:43 +05:30
parent 17da764d04
commit a38bbe28ce
8 changed files with 73 additions and 62 deletions

View File

@@ -40,7 +40,7 @@ def init():
webnotes.http_request = webnotes.auth.HTTPRequest()
return True
except webnotes.AuthenticationError, e:
pass
return True
except webnotes.UnknownDomainError, e:
print "Location: " + (webnotes.defs.redirect_404)
except webnotes.SessionStopped, e: