diff -r 2e738512336a -r 18a43ba77ad0 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 Wed Jan 15 18:36:27 2014 +0100 @@ -0,0 +1,18 @@ +function showformErrors(errors) { + $(".form-error").remove(); + + $.each(errors,function(k,v){ + $("#"+k).after('