Questions tagged [django-custom-field]

django-custom-field refers to an ability to create custom model fields in Django

refers to an ability to create custom model fields in Django.

See documentation.

31 questions
-1
votes
1 answer

Customized django all-auth form not submitting

I am using the django all-auth login form. I wanted to customize the look of the form fields so I changed login.html within the account folder to look like this:
1 2
3