{% extends "bee_django_user/base.html" %} {% load static %} {% load bootstrap3 %} {% block content %} {% include 'bee_django_user/logo.html' %} {% include 'bee_django_user/nav.html' %} {% include 'bee_django_user/messages.html' %}

修改权限

用户组:{{ group.name }}
权限:{{ custom_permission }}
{% csrf_token %} {% bootstrap_form form %} {% bootstrap_button '提交' %}
{% endblock %} {% block scripts %} {% endblock %}