Commit f18be588 authored by Ray Schamp's avatar Ray Schamp

Allow an optional / in teacher registration URL

Resolves #3895
parent b893c5c6
......@@ -105,7 +105,7 @@
},
{
"name": "teacherregistration",
"pattern": "^/educators/register$",
"pattern": "^/educators/register/?$",
"routeAlias": "/educators(?:/(faq|register|waiting))?/?$",
"view": "teacherregistration/teacherregistration",
"title": "Teacher Registration",
......
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