Re: How to change the label for username to 'username/email' in login page in Django

2019-08-30 Thread Joe Reitman
You can use a label or help text. https://docs.djangoproject.com/en/2.2/ref/forms/fields/#label https://docs.djangoproject.com/en/2.2/ref/forms/fields/#help-text On Friday, August 30, 2019 at 12:28:47 PM UTC-5, Sandip Nath wrote: > > I am building a car rental website with Django. Currently wo

Re: How to change the label for username to 'username/email' in login page in Django

2019-08-30 Thread 'Amitesh Sahay' via Django users
If guess you are using HTML to create the form. So, I believe that Type  = 'Text' and Type = 'email'. May be. Please cross cehck Regards, Amitesh Sahay On Friday, 30 August, 2019, 10:59:19 pm IST, Sandip Nath wrote: I am building a car rental website with Django. Currently working o

How to change the label for username to 'username/email' in login page in Django

2019-08-30 Thread Sandip Nath
I am building a car rental website with Django. Currently working on user authentication.The user can either use his/her username/email and password to login.It's working fine. My question is, how will I change the label for username field to "username/email" so that the user can understand that