django-allauth-ui icon indicating copy to clipboard operation
django-allauth-ui copied to clipboard

Make django-allauth-ui work in regular account only config

Open fkromer opened this issue 1 year ago • 3 comments

https://github.com/danihodovic/django-allauth-ui/blob/697a7d09f13a511557e2b55ee18b6bb34886c250/allauth_ui/templates/account/login.html#L4 leads to a TemplateSyntaxError at /accounts/login/ during template rendering if django-allauth is configured without support for social accounts (regular account only).

fkromer avatar May 16 '24 18:05 fkromer

Argh...wanna give it a try and open a pull-request mr fkromer?

danihodovic avatar May 16 '24 18:05 danihodovic

Not urgent. ATM I'm fine with adding "allauth.socialaccount", to INSTALLED_APPS and migrating the db 🙂

fkromer avatar May 16 '24 18:05 fkromer

I'll fix this once I make a sweeping change to the design of the UI.

danihodovic avatar May 16 '24 18:05 danihodovic

Released as 0.3.1 https://pypi.org/project/django-allauth-ui/0.3.1/

danihodovic avatar May 21 '24 02:05 danihodovic