fix typo in registration button jquery
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user