1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-08 10:22:46 +00:00

Add contact and share app

This commit is contained in:
plt
2012-02-11 11:12:54 +08:00
parent fe1b85dbd6
commit 67e0ce2fb6
24 changed files with 406 additions and 39 deletions

View File

@@ -1,15 +0,0 @@
from django import forms
from models import GroupRepo
class GroupAddRepoForm(forms.Form):
"""
Form for adding repo to a group.
"""
repo_id = forms.CharField(max_length=36)
def __init__(self, *args, **kwargs):
super(GroupAddRepoForm, self).__init__(*args, **kwargs)