mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-26 19:31:43 +01:00
6 lines
118 B
HTML
6 lines
118 B
HTML
{% extends 'generic/object_edit.html' %}
|
|
|
|
{% block form %}
|
|
{% include 'dcim/htmx/cable_edit.html' %}
|
|
{% endblock %}
|