I am rendering my form using
{{ form.as_p }}
in my templates.
But I would like to have some of the "p" added some classes (not all of them), so I can have some sort of grouping between my fields thanks to css.
How would you do that?
Thank you!