Skip to content
This repository has been archived by the owner on Dec 1, 2017. It is now read-only.

Commit

Permalink
Merge pull request #20 from klrmn/issue_18
Browse files Browse the repository at this point in the history
give buttons ids
  • Loading branch information
lloyd committed Sep 12, 2012
2 parents 9a0389f + 0201a0b commit 7f7f1b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/browserid/sign_in.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

<form>
Password: <input type="password" id="password" autofocus></input><br>
<div><button type="submit">Sign In</button> <button class="cancel">Cancel</button></div>
<div><button id="sign_in" type="submit">Sign In</button> <button class="cancel">Cancel</button></div>

</form>
</div>
Expand All @@ -37,7 +37,7 @@
<p>
<form>
My new password: <input type="password" id="password"></input><br>
<div><button type="submit">Create My Account</button> <button class="cancel">Cancel</button></div>
<div><button id='create_account' type="submit">Create My Account</button> <button class="cancel">Cancel</button></div>
</form>
</p>
</div>
Expand Down

0 comments on commit 7f7f1b1

Please sign in to comment.