network_inventory/src/devices/templates/devices/device_update.html

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 %}