recurship / event-manager

A simple event management app created for practicing Django Rest and React
https://karachi-communities.herokuapp.com/login
17 stars 10 forks source link

[backend] remove access of form type from user. #222

Open smkamranqadri opened 5 years ago

smkamranqadri commented 5 years ago

User who have access to the backend should not see the form type option nor in form create form.

That needs to be only for superuser so we can be map the specific form type to specific location Register Form, Feedback Form,

smkamranqadri commented 5 years ago

ok, I understand now, if we didn't select the user permission then user will not have access to the form type.

Also we need to remove the default permissions so it should be blank and admin have to select what permission we want to give user.