From 1a5c3977af84bfb24211829b2dee9aabf7f644ac Mon Sep 17 00:00:00 2001 From: AlasdairSwan Date: Wed, 12 Nov 2014 08:52:51 -0500 Subject: [PATCH] ECOM-632 added asterix explanation footnote --- lms/static/sass/views/_login-register.scss | 7 +++++++ lms/templates/student_account/register.underscore | 2 ++ 2 files changed, 9 insertions(+) diff --git a/lms/static/sass/views/_login-register.scss b/lms/static/sass/views/_login-register.scss index fcbd19b796..ae74f77ff4 100644 --- a/lms/static/sass/views/_login-register.scss +++ b/lms/static/sass/views/_login-register.scss @@ -95,6 +95,13 @@ } } + .note { + @extend %t-copy-sub2; + display: block; + font-weight: normal; + color: $gray; + margin-top: 15px; + } /** The forms **/ diff --git a/lms/templates/student_account/register.underscore b/lms/templates/student_account/register.underscore index 01ffe07f47..5d06426531 100644 --- a/lms/templates/student_account/register.underscore +++ b/lms/templates/student_account/register.underscore @@ -25,4 +25,6 @@ <%= context.fields %> + +

* <%- gettext("Required fields") %>