Commit 908a25d2 by chrisndodge

Merge pull request #925 from MITx/feature/cdodge/forgot-password

tie in 'forgot password' workflow in CAS LMS
parents 0b833660 554f1799
......@@ -20,7 +20,7 @@
</div>
<div class="row submit">
<input name="submit" type="submit" value="Log In" class="log-in-submit-button" tabindex="3">
<a href="#" class="forgot-button">Forgot password?</a>
<a href="#forgot-password-modal" rel="leanModal" class="pwd-reset forgot-button">Forgot password?</a>
</div>
</form>
</div>
......@@ -56,4 +56,5 @@
</script>
</%block>
<%include file="../signup_modal.html" />
\ No newline at end of file
<%include file="../signup_modal.html" />
<%include file="../forgot_password_modal.html" />
\ No newline at end of file
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