lemonsaurus / django-simple-bulma

Django application to add the Bulma CSS framework and its extensions
MIT License
136 stars 16 forks source link

how to use django-allauth forms on bulma login page? #89

Closed GaziAshiq closed 2 years ago

GaziAshiq commented 2 years ago

I want to use bulma for my login page. I'm using django-allauth for authentication. So can I use form on login page as crispy form tag. how can I do that?

lemonsaurus commented 2 years ago

I'm afraid crispy forms won't work with this plugin. The HTML in crispy is very hard coded, so getting that working would basically require a whole other plugin.

in fact, I did start work on a django-crispy-bulma plugin, but that project never found legs and was abandoned.

to make your login page with this plugin, you'll have to build it without crispy.

GaziAshiq commented 2 years ago

Thanks for your concern. I was looking for a solution and found this now 'https://github.com/timonweb/django-bulma'. it's working

lemonsaurus commented 2 years ago

Nice! glad you found a solution, and thanks for the info!