Commit 67da3b45 by AlasdairSwan

Merge pull request #5927 from edx/logistration-footnote

ECOM-632 added asterix explanation footnote
parents be0a4ee7 1a5c3977
...@@ -95,6 +95,13 @@ ...@@ -95,6 +95,13 @@
} }
} }
.note {
@extend %t-copy-sub2;
display: block;
font-weight: normal;
color: $gray;
margin-top: 15px;
}
/** The forms **/ /** The forms **/
......
...@@ -25,4 +25,6 @@ ...@@ -25,4 +25,6 @@
<%= context.fields %> <%= context.fields %>
<button class="action action-primary action-update js-register register-button"><%- gettext("Register") %></button> <button class="action action-primary action-update js-register register-button"><%- gettext("Register") %></button>
<p class="note">* <%- gettext("Required fields") %></p>
</form> </form>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment