My forms.py looks like this:-
class cust_login(forms.Form): Username = forms.CharField() Firstname = forms.CharField() Lastname = forms.CharField()