form.py
text = forms.CharField(required=False, widget=forms.TextInput(attrs={'class': 'form-control', 'placeholder': 'text', 'name':'answers', 'autocomplete': 'off', 'style': 'width: 80% !important; resize: vertical !important;margin-top:6px;margin-left:98px;'}))
text = forms.CharField(required=False, widget=forms.TextInput(attrs={'class': 'form-control', 'placeholder': 'text', 'name':'answers', 'autocomplete': 'off', 'style': 'width: 80% !important; resize: vertical !important;margin-top:6px;margin-left:98px;'}))
No comments:
Post a Comment