Hide the user type selection for non super users

Completes UI portion of #1974
This commit is contained in:
Akita Noek 2016-05-19 13:34:51 -04:00
parent 23e7e12a04
commit 49b88dd646

View File

@ -93,6 +93,7 @@ export default
ngOptions: 'item as item.label for item in user_type_options track by item.type',
disableChooseOption: true,
ngModel: 'user_type',
ngShow: 'current_user["is_superuser"]',
},
},