authentic/src/authentic2/manager/templates/authentic2/manager/user_ou_roles.html

14 lines
372 B
HTML

{% extends "authentic2/manager/user_common_roles.html" %}
{% load static django_tables2 %}
{% block extrascripts %}
{{ block.super }}
<script src="{% static "authentic2/manager/js/roles_ajax_checkbox.js" %}"></script>
{% endblock %}
{% block main %}
{% with row_link=0 %}
{% render_table table "authentic2/manager/table.html" %}
{% endwith %}
{% endblock %}