1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-05 08:53:14 +00:00

Modified group recommend

This commit is contained in:
zhengxie
2012-10-20 15:22:27 +08:00
parent 5545afe6d7
commit 8c556ed0e9
7 changed files with 63 additions and 60 deletions

View File

@@ -15,7 +15,6 @@ class GroupRecommendForm(MessageForm):
"""
A form used to recommend a file or directory.
"""
groups = forms.CharField()
repo_id = forms.CharField(max_length=40)
path = forms.CharField()
attach_type = forms.CharField(max_length=5)