Make login form validation errors not wrap

(imported from commit b5173df6b3a98517f3127bc0b9fee63fd85a043f)
This commit is contained in:
Zev Benjamin 2013-09-11 19:30:53 -04:00
parent e83c026a27
commit b9da1e1976
1 changed files with 2 additions and 1 deletions

View File

@ -49,6 +49,7 @@ $(function () {
});
$("#login_form").validate({
errorClass: "text-error"
errorClass: "text-error",
wrapper: "div"
});
});