From 4b2091b17326f4a7be669c6723d5b603e95a7baf Mon Sep 17 00:00:00 2001 From: ichuang Date: Tue, 7 Aug 2012 10:09:55 -0400 Subject: [PATCH] fix typo in registration button jquery --- lms/templates/portal/course_about.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/portal/course_about.html b/lms/templates/portal/course_about.html index a3bf8dd755..36ec33607f 100644 --- a/lms/templates/portal/course_about.html +++ b/lms/templates/portal/course_about.html @@ -20,7 +20,7 @@ if(json.success) { location.href="${reverse('dashboard')}"; }else{ - $('#register_message).html("

" + json.error + "

") + $('#register_message').html("

" + json.error + "

"); } }); })(this)