1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Introduce modals template block

This commit is contained in:
jeremystretch
2022-01-05 09:21:48 -05:00
parent 01e8017265
commit 2524290099
21 changed files with 83 additions and 29 deletions

View File

@@ -37,5 +37,8 @@
</div>
</div>
</form>
{% table_config_form table %}
{% endblock %}
{% block modals %}
{% table_config_form table %}
{% endblock modals %}