django-allauth-ui
django-allauth-ui copied to clipboard
Nice looking templates for django-allauth
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).
MFA
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: 
Adding email addresses does not work for django-allauth-ui v. 1.1.6 under django-allauth v. 0.63.4
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...