I have a django form:
class newArticleForm(forms.Form): title = forms.CharField(label="", widget=forms.TextInput(attrs={\'placeholder\': \'Title\'})