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

I'm unfamiliar with Tailwind usage - please provide instructions for dev / contribution to this repo, or ideally just a github action that builds the package

It's most typical for websites to show new users a signup screen, which offers username or social signup options. However allauth (and this repo of templates) prefers to show either...

Any chance this will work with python 3.6 as well? I can not install it because on pipy python 3.8 or higher is required and I am currently running 3.6...

``` ./logs/app.log:7939:[2024-03-14 09:50:51] DEBUG [django.template._resolve_lookup:925] Exception while resolving variable 'base_color' in template 'socialaccount/login.html'. ./logs/app.log:7946:KeyError: 'base_color' ./logs/app.log:7954:AttributeError: type object 'RequestContext' has no attribute 'base_color' ./logs/app.log:7962:ValueError: invalid literal for int() with base...

This PR adds a DeepL-generated French translation, adds some `{% translate ... %}` calls in the templates for strings that appeared to be missing, and fills in some of those...

I'm referring to [this](https://github.com/danihodovic/django-allauth-ui/blob/2421c3b178c29f9134f3cd832f562c9268be4ef7/allauth_ui/templates/account/login.html#L18). Is there a reason the "Remember me" checkbox is being excluded from the form entirely?

Hi Dani Hodovic, congratulations for you great job! Not sure if it is part of the roadmap but I noticed that the `password_change.html`, `email.html` are missing! [link](https://github.com/pennersr/django-allauth/blob/77368a84903d32283f07a260819893ec15df78fb/allauth/templates/account/password_change.html)

https://github.com/danihodovic/django-allauth-ui/issues/25

Thanks for the great package. I am testing adding/removing email addresses and noticed accounts/email is missing your improvements.