Re: Custom attributes in django forms

2018-11-26 Thread aakashchoudhary66
Subject: Re: Custom attributes in django forms thanks!gnchyOn 26 Nov 2018 11:22, "Yavin Aalto Arba" wrote:Hi Gordon, Try starting with the documentation here and if u have any questions please let us know:https://docs.djangoproject.com/en/2.1/ref/forms/widgets/On Sun, Nov 25, 2018, 11:09

Re: Custom attributes in django forms

2018-11-26 Thread gordon nchy
thanks! gnchy On 26 Nov 2018 11:22, "Yavin Aalto Arba" wrote: > Hi Gordon, > > Try starting with the documentation here and if u have any questions > please let us know: > > https://docs.djangoproject.com/en/2.1/ref/forms/widgets/ > > On Sun, Nov 25, 2018, 11:09 PM gordon nchy >> hello everyon

Re: Custom attributes in django forms

2018-11-26 Thread Yavin Aalto Arba
Hi Gordon, Try starting with the documentation here and if u have any questions please let us know: https://docs.djangoproject.com/en/2.1/ref/forms/widgets/ On Sun, Nov 25, 2018, 11:09 PM gordon nchy hello everyone > i'm facing a challenge on how to add custom attributes to django login > f

Custom attributes in django forms

2018-11-25 Thread gordon nchy
hello everyone i'm facing a challenge on how to add custom attributes to django login form. i used the LoginView from django.contrib.auth.views to generate a login form, but i really need help on how to add custom attributes maybe like using widgets but i dont know how to do it..i'll appreci