core(minor): tags -> attributes, add attributes to user, add propertymappings to source
This commit is contained in:
@ -26,7 +26,7 @@ class GroupForm(forms.ModelForm):
|
||||
class Meta:
|
||||
|
||||
model = Group
|
||||
fields = ['name', 'parent', 'members', 'tags']
|
||||
fields = ['name', 'parent', 'members', 'attributes']
|
||||
widgets = {
|
||||
'name': forms.TextInput(),
|
||||
}
|
||||
|
Reference in New Issue
Block a user