mirror of
https://github.com/house-of-vanity/OutFleet.git
synced 2025-07-07 17:34:07 +00:00
11 lines
190 B
HTML
11 lines
190 B
HTML
{% extends "admin/change_form.html" %}
|
|
{% load static %}
|
|
|
|
{% block after_field_sets %}
|
|
<div>
|
|
<h2>Create ACLs</h2>
|
|
{{ adminform.form.servers }}
|
|
</div>
|
|
{% endblock %}
|
|
|