From 0a8d426706f8085f1af598501e8855b05c32bd75 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Thu, 9 May 2013 16:47:11 -0400 Subject: [PATCH] Make activation complete page use non-modal login link --- lms/templates/registration/activation_complete.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/registration/activation_complete.html b/lms/templates/registration/activation_complete.html index 7d3579b34e..7eb805e730 100644 --- a/lms/templates/registration/activation_complete.html +++ b/lms/templates/registration/activation_complete.html @@ -23,7 +23,7 @@ %if user_logged_in: Visit your dashboard to see your courses. %else: - You can now login. + You can now log in. %endif