Commit 554f1799 by Chris Dodge

tie in 'forgot password' workflow in CAS LMS

parent 3d67c960
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
</div> </div>
<div class="row submit"> <div class="row submit">
<input name="submit" type="submit" value="Log In" class="log-in-submit-button" tabindex="3"> <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> </div>
</form> </form>
</div> </div>
...@@ -56,4 +56,5 @@ ...@@ -56,4 +56,5 @@
</script> </script>
</%block> </%block>
<%include file="../signup_modal.html" /> <%include file="../signup_modal.html" />
\ No newline at end of file <%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