network_inventory/devices/templates/devices/device_update.html
2022-02-03 22:24:30 +01:00

11 lines
202 B
HTML

{% extends "core/base.html" %}
{% load crispy_forms_tags %}
{% block section_title %}Edit Device{% endblock %}
{% block content %}
<div id="device-update">
{% crispy form %}
</div>
{% endblock %}