Skip to content
Snippets Groups Projects
Commit 7f1a822c authored by Shane Tomlinson's avatar Shane Tomlinson
Browse files

Making the label have the same for as its input.

parent 27f578a1
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
<input id="password_input" type="password"/>
</div>
<div class="formRow">
<label for="password_verify_text"> Verify </label>
<label for="password_verify_input"> Verify </label>
<input id="password_verify_input" type="password"/>
<span class="note passwordnote" id="enter_a_password"><span class="bad">Enter a password</span></span>
<span class="note passwordnote" id="passwords_different" style="display:none;"><span class="bad">Passwords different</span></span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment