diff --git a/cms/templates/signup.html b/cms/templates/signup.html index 422c152b503f3bcd0855133b1b56e57026384412..dd0f4a3aaf791a15f11a0b0f616dfa0132567841 100644 --- a/cms/templates/signup.html +++ b/cms/templates/signup.html @@ -17,7 +17,7 @@ <p class="introduction">${_("Ready to start creating online courses? Sign up below and start creating your first edX course today.")}</p> <article class="content-primary" role="main"> - <form id="register_form" method="post" action="register_post"> + <form id="register_form" method="post"> <div id="register_error" name="register_error" class="message message-status message-status error"> </div>