065a8153ebd1555d8c6a3907994080e6e4acbdee
[redakcja.git] / apps / explorer / forms.py
1 from django import forms
2
3
4 class BookForm(forms.Form):
5     text = forms.CharField(widget=forms.Textarea)
6