"Fixed" the wrong one.
This commit is contained in:
parent
124eaf7811
commit
d91113173f
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ class Root(controllers.RootController):
|
||||||
"this resource.")
|
"this resource.")
|
||||||
else:
|
else:
|
||||||
msg=_("Please log in.")
|
msg=_("Please log in.")
|
||||||
forward_url= request.headers.get("Referer", "/")
|
forward_url= '/'
|
||||||
|
|
||||||
### FIXME: Is it okay to get rid of this?
|
### FIXME: Is it okay to get rid of this?
|
||||||
#cherrypy.response.status=403
|
#cherrypy.response.status=403
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue