diff --git a/pyweb/mumble/forms.py b/pyweb/mumble/forms.py index 8958274..59aa53f 100644 --- a/pyweb/mumble/forms.py +++ b/pyweb/mumble/forms.py @@ -160,7 +160,7 @@ class MumbleForm( PropertyModelForm ): class Meta: model = Mumble - fields = ['name'] + fields = ['name', 'display'] def EXT_authorize( self, request, action ): return self.instance.isUserAdmin( request.user )