from django import forms class SearchForm(forms.Form): text = forms.CharField(widget=forms.TextInput(attrs={'autofocus': True}))