Commit c100c375 authored by picklesrus's avatar picklesrus

Redirect the old join flow to the new one.

Once we confirm there are no troubles with the redirect, we can remove 
the code too.
parent b385288e
......@@ -434,6 +434,12 @@
"routeAlias": "/info/?(\\?.*)?$",
"redirect": "/ideas"
},
{
"name": "register-redirect",
"pattern": "^/accounts/standalone-registration/?$",
"routeAlias": "/accounts/standalone-registration/",
"redirect": "/join"
},
{
"name": "research-redirect",
"pattern": "^/info/research/?$",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment