This is class which is used while creating new threads for a particular topic of a subject
More...
|
| msg = forms.CharField(widget=forms.Textarea(attrs={'class' : 'form-control send-message','rows':'3', 'placeholder':'Comment...'})) |
|
| title = forms.CharField(widget=forms.TextInput(attrs={'class' : 'form-control send-message', 'placeholder':'Title...'})) |
|
This is class which is used while creating new threads for a particular topic of a subject
The documentation for this class was generated from the following file: