how to add placeholder in html form and labels using django code example
Example: how to insert a placeholder text in django modelform
q = forms.CharField(label='search',
widget=forms.TextInput(attrs={'placeholder': 'Search'}))