Closed ndarville closed 12 years ago
Still doesn’t work after merge.
The error manifests itself by directing to the wrong URL. Compare
/accounts/login/?next=/thread/1/reply/
vs.
/?next=/thread/1/reply/
The top is the proper, working way present on local installation, while the bottom is the defunct, online instance.
The missing part, /accounts/login/
, happens to be the LOGIN_URL
variable defined. Perhaps the decorator doesn’t pass it along?
Just throws me to the
home view
.The
user
view doesn’t work when the user is not logged in, either.