Css – Let Django form add class to input in case of error
I'm using Django 4.2.9 and need a form add an additional class to an input field, in case the validiation failed. I can already add classes for every case, but I do not know how to do it for the…