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

Nice looking templates for django-allauth

Results 19 django-allauth-ui issues
Sort by recently updated
recently updated
newest added

Could be a motivator for collaborators if issues would be funded by using e.g. https://polar.sh .

... in https://github.com/danihodovic/django-allauth-ui/tree/master/allauth_ui/locale

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).

Any plans on adding the MFA to this as well?

I added more text to cover most of what is available in allauth

Hi I confiugured the middleware and the rest of the necessary settings but the translation doesnt seem to be working correctly. Instead its mixing up languages: ![image](https://github.com/user-attachments/assets/b251e28d-b653-4de6-b85e-620351ca8f86)

I have the beginnings of a project utilizing django-allauth and django-allauth-ui setup. I have made no modifications to either django-allauth or django-allauth-ui, nor overridden any templates or project files. They're...