fix typo in registration button jquery

This commit is contained in:
ichuang
2012-08-07 10:09:55 -04:00
parent fa8bf7f371
commit 4b2091b173

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)