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

Default to utilities/obj_edit.html for edit views that don't need a custom layout

This commit is contained in:
Jeremy Stretch
2016-05-12 15:07:27 -04:00
parent 7e4b2ab2c8
commit bf364b7466
11 changed files with 11 additions and 107 deletions

View File

@@ -1,14 +0,0 @@
{% extends 'utilities/obj_edit.html' %}
{% load form_helpers %}
{% block form %}
<div class="panel panel-default">
<div class="panel-heading"><strong>Aggregate</strong></div>
<div class="panel-body">
{% render_field form.prefix %}
{% render_field form.rir %}
{% render_field form.date_added %}
{% render_field form.description %}
</div>
</div>
{% endblock %}