mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-26 23:27:46 -06:00
Clean up generic view templates
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{% extends 'utilities/obj_edit.html' %}
|
||||
{% extends 'generic/object_edit.html' %}
|
||||
{% load form_helpers %}
|
||||
|
||||
{% block form %}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends 'utilities/obj_edit.html' %}
|
||||
{% extends 'generic/object_edit.html' %}
|
||||
{% load form_helpers %}
|
||||
|
||||
{% block form %}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends 'utilities/obj_list.html' %}
|
||||
{% extends 'generic/object_list.html' %}
|
||||
|
||||
{% block bulk_buttons %}
|
||||
{% if perms.virtualization.change_virtualmachine %}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends 'utilities/obj_edit.html' %}
|
||||
{% extends 'generic/object_edit.html' %}
|
||||
{% load form_helpers %}
|
||||
|
||||
{% block form %}
|
||||
|
||||
Reference in New Issue
Block a user