From 554f17995735c504f521d35953b4120fa839a521 Mon Sep 17 00:00:00 2001 From: Chris Dodge Date: Tue, 16 Oct 2012 16:18:21 -0400 Subject: [PATCH] tie in 'forgot password' workflow in CAS LMS --- lms/templates/university_profile/edge.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lms/templates/university_profile/edge.html b/lms/templates/university_profile/edge.html index a6c714318c..f3213e8d39 100644 --- a/lms/templates/university_profile/edge.html +++ b/lms/templates/university_profile/edge.html @@ -20,7 +20,7 @@
- Forgot password? + Forgot password?
@@ -56,4 +56,5 @@ -<%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