{% extends "base.html" %} {% load breadcrumbs %} {% block title %}Update Role {{ role.name }} in Project {{ project.name }}{% endblock %} {% block head %} {% endblock %} {% block content %}

Update Role {{ role.name }} in Project {{ project.name }}

Here you can edit the role {{ role.name }}. Note that you can only remove permissions if you have the "can_remove_members" permission for the project. Also, note that you can only add permissions to the role that you are allowed to give to other users.
{% csrf_token %} {{ form.as_p }}
{% endblock %}