form bugfix and otehr minor fixes

This commit is contained in:
Rushabh Mehta
2012-02-20 12:35:23 +05:30
parent e08b9425cb
commit 13531b73eb
7 changed files with 47 additions and 17 deletions

View File

@@ -24,7 +24,7 @@ def init():
webnotes.http_request = webnotes.auth.HTTPRequest()
except webnotes.AuthenticationError, e:
pass
except webnotes.defs.IllegalDomainException, e:
except webnotes.UnknownDomainError, e:
print "Location: " + (webnotes.defs.redirect_404)
def respond():