{% extends 'base.html' %} {% block bodydata %} data-project-id="{{ project.id }}" data-project-private="{{ project.isprivate }}" data-project-locked="{{ project.islocked }}" data-project-everyone-contributes="{{ project.everyone_contributes }}" data-usergroup-id="{{ usergroup.id }}" {% endblock %} {% block title %} | Project: {{ project.name }} - User group: {{ usergroup.name }} - Permissions{% endblock %} {% block main %}
The project is locked, therefore user group permissions cannot be edited. If you wish to edit it, you have to unlock the project in the project settings first.
Currently, all users{% if not project.isprivate and project.everyone_contributes == 'auth' %}, who have access to this project,{% endif %} can contribute to the project. This setting overwrites permissions of individual user groups. If you plan to restrict contributing permissions to certain user groups, head to project settings first and change the project permissions.