SyntaxFix
Write A Post
Hire A Developer
Questions
You may not need to override your form class' __init__, because Django sets name & id attributes in the HTML inputs. You can have CSS like this:
__init__
name
id
input
form input[name='subject'] { font-size: xx-large; }