diff --git a/cms/djangoapps/contentstore/views/public.py b/cms/djangoapps/contentstore/views/public.py index 84d14db04b..6e404eb0da 100644 --- a/cms/djangoapps/contentstore/views/public.py +++ b/cms/djangoapps/contentstore/views/public.py @@ -28,7 +28,7 @@ def signup(request): # and registration is disabled. return redirect(reverse('login')) - return render_to_response('signup.html', {'csrf': csrf_token}) + return render_to_response('register.html', {'csrf': csrf_token}) @ssl_login_shortcut diff --git a/cms/templates/register.html b/cms/templates/register.html deleted file mode 120000 index 41f6cdcc56..0000000000 --- a/cms/templates/register.html +++ /dev/null @@ -1 +0,0 @@ -signup.html \ No newline at end of file diff --git a/cms/templates/register.html b/cms/templates/register.html new file mode 100644 index 0000000000..84ba1750a1 --- /dev/null +++ b/cms/templates/register.html @@ -0,0 +1,132 @@ +<%! from django.utils.translation import ugettext as _ %> +<%inherit file="base.html" /> +<%! from django.core.urlresolvers import reverse %> + +<%block name="title">${_("Sign Up")} +<%block name="bodyclass">not-signedin view-signup + +<%block name="content"> + +
+
+
+

${_("Sign Up for edX Studio")}

+ +
+ +

${_("Ready to start creating online courses? Sign up below and start creating your first edX course today.")}

+ +
+
+
+
+ +
+ ${_("Required Information to Sign Up for edX Studio")} + +
    +
  1. + + +
  2. + +
  3. + + +
  4. + +
  5. + + + ${_("This will be used in public discussions with your courses and in our edX101 support forums")} +
  6. + +
  7. + + +
  8. + +
  9. +
    + + +
    + +
    + + +
    +
  10. + +
  11. + + +
  12. +
+
+ +
+ +
+ + + +
+
+ + +
+
+ + +<%block name="jsextra"> + + diff --git a/cms/templates/signup.html b/cms/templates/signup.html deleted file mode 100644 index 84ba1750a1..0000000000 --- a/cms/templates/signup.html +++ /dev/null @@ -1,132 +0,0 @@ -<%! from django.utils.translation import ugettext as _ %> -<%inherit file="base.html" /> -<%! from django.core.urlresolvers import reverse %> - -<%block name="title">${_("Sign Up")} -<%block name="bodyclass">not-signedin view-signup - -<%block name="content"> - -
-
-
-

${_("Sign Up for edX Studio")}

- -
- -

${_("Ready to start creating online courses? Sign up below and start creating your first edX course today.")}

- -
-
-
-
- -
- ${_("Required Information to Sign Up for edX Studio")} - -
    -
  1. - - -
  2. - -
  3. - - -
  4. - -
  5. - - - ${_("This will be used in public discussions with your courses and in our edX101 support forums")} -
  6. - -
  7. - - -
  8. - -
  9. -
    - - -
    - -
    - - -
    -
  10. - -
  11. - - -
  12. -
-
- -
- -
- - - -
-
- - -
-
- - -<%block name="jsextra"> - -