1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-06-20 12:22:24 +00:00
seahub/group/forms.py

9 lines
193 B
Python
Raw Normal View History

2012-06-25 06:57:14 +00:00
from django import forms
class MessageForm(forms.Form):
message = forms.CharField(max_length=150)
#class MessageReplyForm(forms.Form):
# message = forms.CharField(max_length=150)