mirror of
https://github.com/pinry/pinry.git
synced 2025-11-14 00:55:43 +01:00
Now shows messages from django
This commit is contained in:
@@ -14,4 +14,10 @@ $(document).ready(function() {
|
||||
}, 3300);
|
||||
});
|
||||
}
|
||||
|
||||
if (errors) {
|
||||
for (var i in errors) {
|
||||
message(errors[i].text, errors[i].tags);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user