Fixy pooh
This commit is contained in:
parent
6744498b4d
commit
1c4299d95b
|
@ -62,7 +62,6 @@ tests locally:
|
|||
## TODOs
|
||||
|
||||
1. Winter/Christmas/New Years background
|
||||
1. Make CAPTCHA preserve search query
|
||||
1. "All new posts flagged" mode (require approval for new posts)
|
||||
1. Tests for mod-only user?
|
||||
|
||||
|
|
|
@ -129,7 +129,7 @@ sub startup($self) {
|
|||
|
||||
return $c->redirect_to(
|
||||
captcha_page => return_url =>
|
||||
b64_encode gzip $c->url_for->to_abs->to_string
|
||||
b64_encode gzip $c->url_with->to_abs->to_string
|
||||
), undef;
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue