Commit 74ba37e6 by ichuang

Merge pull request #357 from MITx/hotfix-registration

fix typo in registration button jquery
parents e2d0ce0b 617359b2
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
if(json.success) { if(json.success) {
location.href="${reverse('dashboard')}"; location.href="${reverse('dashboard')}";
}else{ }else{
$('#register_message).html("<p><font color='red'>" + json.error + "</font></p>") $('#register_message').html("<p><font color='red'>" + json.error + "</font></p>");
} }
}); });
})(this) })(this)
......
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