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

remove templates no longer needed for local config context

This commit is contained in:
John Anderson
2018-09-26 10:30:34 -04:00
parent fb5dca2711
commit f76ce980e3
3 changed files with 0 additions and 31 deletions

View File

@@ -1,11 +0,0 @@
{% extends 'utilities/obj_edit.html' %}
{% load form_helpers %}
{% block form %}
<div class="panel panel-default">
<div class="panel-heading"><strong>Local Config Context Data</strong></div>
<div class="panel-body">
{% render_field form.local_config_context_data %}
</div>
</div>
{% endblock %}