diff --git a/cms/static/sass/_landing.scss b/cms/static/sass/_landing.scss index 9fbf00e1ec..16f1b5b5a7 100644 --- a/cms/static/sass/_landing.scss +++ b/cms/static/sass/_landing.scss @@ -119,7 +119,7 @@ width: 143px; height: 39px; margin: auto; - background: url(../img/edge-logo-small.png) no-repeat; + background: url(../images/edge-logo-small.png) no-repeat; text-indent: -9999px; overflow: hidden; } diff --git a/cms/static/img/edge-logo-large.png b/common/static/images/edge-logo-large.png similarity index 100% rename from cms/static/img/edge-logo-large.png rename to common/static/images/edge-logo-large.png diff --git a/cms/static/img/edge-logo-small.png b/common/static/images/edge-logo-small.png similarity index 100% rename from cms/static/img/edge-logo-small.png rename to common/static/images/edge-logo-small.png diff --git a/lms/static/images/edge-logo-large.png b/lms/static/images/edge-logo-large.png deleted file mode 100644 index 2933ec5349..0000000000 Binary files a/lms/static/images/edge-logo-large.png and /dev/null differ diff --git a/lms/static/images/edge-on-edx-logo.png b/lms/static/images/edge-on-edx-logo.png new file mode 120000 index 0000000000..af5121d3f4 --- /dev/null +++ b/lms/static/images/edge-on-edx-logo.png @@ -0,0 +1 @@ +../../../common/static/images/edge-logo-small.png \ No newline at end of file diff --git a/lms/static/sass/multicourse/_edge.scss b/lms/static/sass/multicourse/_edge.scss index 32580b964b..a099dded05 100644 --- a/lms/static/sass/multicourse/_edge.scss +++ b/lms/static/sass/multicourse/_edge.scss @@ -174,4 +174,8 @@ $paleYellow: #fffcf1; text-indent: -9999px; overflow: hidden; } + + #register .login-extra { + display: none; + } } \ No newline at end of file diff --git a/lms/templates/university_profile/edge.html b/lms/templates/university_profile/edge.html index e102555975..a6c714318c 100644 --- a/lms/templates/university_profile/edge.html +++ b/lms/templates/university_profile/edge.html @@ -1,15 +1,15 @@ <%inherit file="../stripped-main.html" /> +<%! from django.core.urlresolvers import reverse %> <%block name="title">edX edge <%block name="bodyclass">no-header edge-landing <%block name="content"> -
edX edge
- \ No newline at end of file + + +<%block name="js_extra"> + + + +<%include file="../signup_modal.html" /> \ No newline at end of file