Handling CSRF Login Errors Gracefully in Django

What's CSRF?
Cross site request forgery is a type of attack where a malicious website tricks a user into performing actions on another site where they're authenticated. This is usually done b...