Commit 89b74bd6 by Brian Talbot

edx.org - corrects typo/incorrect HTML attribute selector on register field tip

parent 333e4a65
......@@ -160,7 +160,7 @@
<li class="field required text" id="field-username">
<label for="username">${_('Public Username')}</label>
<input id="username" type="text" name="username" value="${extauth_username}" placeholder="${_('example: JaneDoe')}" required aria-required="true" aria-describedby="username-tip" />
<span class="tip tip-input" id="id="username-tip"">${_('Will be shown in any discussions or forums you participate in')}</span>
<span class="tip tip-input" id="id="username-tip>${_('Will be shown in any discussions or forums you participate in')}</span>
</li>
% if ask_for_fullname:
......
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