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") %>