update password reset form and change inputs to type submit and chmod executable html files

This commit is contained in:
Ernie Park
2012-02-01 11:51:24 -05:00
parent 92e5cff869
commit 9f093f985c
11 changed files with 35 additions and 34 deletions

View File

@@ -3,7 +3,7 @@ ${ error }
<div id="login_div">
<h1>Log in to MITx</h1>
<form name="login" action="/login" method="get">
<form id="login_form" method="post">
<div id="login_error"></div>
<ol>
<li>
@@ -21,7 +21,7 @@ ${ error }
</li>
</ol>
<input name="submit" id="login_button" type="button" value="Log in">
<input name="submit" id="login_button" type="submit" value="Log in">
</form>
<div class="lost-password">