network_inventory/devices/templates/devices/device_update.html

11 lines
202 B
HTML
Raw Normal View History

2020-05-01 15:23:09 +02:00
{% extends "core/base.html" %}
{% load crispy_forms_tags %}
{% block section_title %}Edit Device{% endblock %}
{% block content %}
2022-02-03 22:24:30 +01:00
<div id="device-update">
{% crispy form %}
</div>
2020-05-01 15:23:09 +02:00
{% endblock %}