1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-07 01:41:39 +00:00

Add group message feature

This commit is contained in:
xiez
2012-06-25 14:57:14 +08:00
parent e03c3205f7
commit 83c0242d78
10 changed files with 383 additions and 20 deletions

8
group/forms.py Normal file
View File

@@ -0,0 +1,8 @@
from django import forms
class MessageForm(forms.Form):
message = forms.CharField(max_length=150)
#class MessageReplyForm(forms.Form):
# message = forms.CharField(max_length=150)