-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing templates: request login code, confirm login code #133
Comments
Would you like to open a pull-request? |
Yes, but I have no tailwind experience. If it's a matter of copying over the original template and following simple steps based on examples from the other templates you already have, I can definitely give it a shot. Otherwise I'll need more guidance, or to wait until the need rises for someone with tailwind knowledge. |
You can look at existing examples to learn how I've done it. Here is login.html: https://github.com/danihodovic/django-allauth-ui/blob/master/allauth_ui/templates/account/login.html Each template is 40-60 lines of html. Re-use container.html: https://github.com/danihodovic/django-allauth-ui/tree/master/allauth_ui/templates/components |
This library has some great templates for most of allauth pages. Thank you for those.
However, it seems to be missing the
request_login_code
(code/request
) andconfirm_login_code
(code/confirm
) templates.If you can add them that would be great.
Thanks!
The text was updated successfully, but these errors were encountered: