adding all of botlist, initial add
[botlist.git] / botlist_trinity / projects / ghostnet / forms.py
blobbdcbd72f9e68113c6123f719e7e14ddb5eb983da
1 from django import newforms as forms
3 class GuestbookForm(forms.Form):
4 message = forms.CharField(label='Sign the Guestbook', widget=forms.Textarea())