Start work on the creator pseudo class acl holder

This commit is contained in:
Roberto Rosario
2012-01-20 22:54:26 -04:00
parent 39f47702c0
commit d1eb387c16
2 changed files with 24 additions and 0 deletions

View File

@@ -45,3 +45,7 @@ class HolderSelectionForm(forms.Form):
super(HolderSelectionForm, self).__init__(*args, **kwargs)
self.fields['holder_gid'].choices = non_holder_list
class ClassHolderSelectionForm(HolderSelectionForm):
pass