{% extends "baseTemplate/index.html" %} {% load static %} {% comment %} Editing an ACL's flags is gated exactly like creating one: the ACL as it stands, and the flags being requested, must both stay inside what the signed-in account already holds (ACLManager.aclGrantable, checked twice). {% endcomment %} {% block title %}Modify ACL{% endblock %} {% block content %}
{% endblock %} {% block scripts %} {% endblock %}