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

Add IDs back to the buttons, giving each one a unique id.

parent 75ba2e22
No related branches found
No related tags found
No related merge requests found
......@@ -78,16 +78,16 @@
</ul>
<div class="submit cf forminputs start">
<button><%- gettext('Next') %></button>
<button id="next"><%- gettext('Next') %></button>
</div>
<div class="submit cf forminputs password_entry">
<button><%- gettext('Sign In') %></button>
<button id="signIn"><%- gettext('Sign In') %></button>
</div>
<div class="submit cf forminputs vpassword_entry">
<p class="cf">
<button><%- gettext('Verify Email') %></button>
<button id="verifyEmail"><%- gettext('Verify Email') %></button>
</p>
<p class="tospp cf">
......
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