diff -r a392390de1a7 -r 6ac00231ee34 server/src/main/webapp/static/js/admin_form.js --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/server/src/main/webapp/static/js/admin_form.js Mon Oct 21 13:58:20 2013 +0200 @@ -0,0 +1,18 @@ +function showformErrors(errors) { + $(".form-error").remove(); + + $.each(errors,function(k,v){ + $("#"+k).after('