From c41c084b393b89cb88d7e72c80948d8cf5b31f1e Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Fri, 12 Oct 2012 09:55:32 -0400 Subject: [PATCH] Wire up login and register forms for edx landing page --- lms/static/sass/multicourse/_edge.scss | 4 +++ lms/templates/university_profile/edge.html | 32 +++++++++++++++++++--- 2 files changed, 32 insertions(+), 4 deletions(-) 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