How to add CSS class to a ReCaptchaField v2 in Django forms
I am trying to add Bootstrap class to align the reCAPTCHA in the center.
How do I add a class for this in the form?
Without doing a custom CSS file or changing template file.
I am trying to add Bootstrap class to align the reCAPTCHA in the center.
How do I add a class for this in the form?
Without doing a custom CSS file or changing template file.