Merge pull request #357 from MITx/hotfix-registration

fix typo in registration button jquery
This commit is contained in:
ichuang
2012-08-07 07:11:53 -07:00

View File

@@ -20,7 +20,7 @@
if(json.success) {
location.href="${reverse('dashboard')}";
}else{
$('#register_message).html("<p><font color='red'>" + json.error + "</font></p>")
$('#register_message').html("<p><font color='red'>" + json.error + "</font></p>");
}
});
})(this)