Commit f26dae1a by David Ormsbee

Merge pull request #622 from MITx/rocha/master

[#35491529] Small corrections to OpenID provider login page
parents 41b5e5b8 0f1db796
......@@ -40,11 +40,11 @@
<div id="login_error" class="modal-form-error" style="display: block;">Email or password is incorrect.</div>
%endif
<label>E-mail</label>
<input type="text" name="email" placeholder="E-mail" tabindex="1" />
<input type="text" name="email" placeholder="E-mail" tabindex="1" autofocus="autofocus" />
<label>Password</label>
<input type="password" name="password" placeholder="Password" tabindex="2" />
<div class="submit">
<input name="submit" type="submit" value="Access My Courses and Return To ${return_to}" tabindex="3" />
<input name="submit" type="submit" value="Return To ${return_to}" tabindex="3" />
</div>
</form>
</div>
......
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