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:
8
group/forms.py
Normal file
8
group/forms.py
Normal 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)
|
||||
|
Reference in New Issue
Block a user