macropin / django-registration

Django-registration (redux) provides user registration functionality for Django websites.
http://django-registration-redux.readthedocs.org
Other
974 stars 348 forks source link

Change look of forms #257

Closed saadtaame closed 7 years ago

saadtaame commented 7 years ago

Is there a way to change the look of registration forms ? Assign them CSS classes for example.

joshblum commented 7 years ago

@saadtaame you can override the templates that we provide and add classes as necessary: http://django-registration-redux.readthedocs.io/en/latest/quickstart.html. If you want to edit the look/feel of the forms themselves some other projects that might be helpful are: https://github.com/django-crispy-forms/django-crispy-forms or https://github.com/kmike/django-widget-tweaks