Now shows messages from django

This commit is contained in:
Isaac Bythewood
2013-03-12 06:38:47 +00:00
parent 28c791fd1e
commit 026b5dcd88
2 changed files with 12 additions and 0 deletions

View File

@@ -14,4 +14,10 @@ $(document).ready(function() {
}, 3300);
});
}
if (errors) {
for (var i in errors) {
message(errors[i].text, errors[i].tags);
}
}
});