Clean up generic view templates

This commit is contained in:
Jeremy Stretch
2020-11-11 16:58:29 -05:00
parent ebea60f263
commit 77748fc9a1
52 changed files with 53 additions and 53 deletions

View File

@@ -1,4 +1,4 @@
{% extends 'utilities/obj_edit.html' %}
{% extends 'generic/object_edit.html' %}
{% load form_helpers %}
{% block form %}

View File

@@ -1,4 +1,4 @@
{% extends 'utilities/obj_list.html' %}
{% extends 'generic/object_list.html' %}
{% load humanize %}
{% block sidebar %}

View File

@@ -1,4 +1,4 @@
{% extends 'utilities/obj_edit.html' %}
{% extends 'generic/object_edit.html' %}
{% load static %}
{% load form_helpers %}
{% load helpers %}

View File

@@ -1,4 +1,4 @@
{% extends 'utilities/obj_edit.html' %}
{% extends 'generic/object_edit.html' %}
{% load static %}
{% load form_helpers %}

View File

@@ -1,4 +1,4 @@
{% extends 'utilities/obj_edit.html' %}
{% extends 'generic/object_edit.html' %}
{% load static %}
{% load form_helpers %}
{% load helpers %}

View File

@@ -1,4 +1,4 @@
{% extends 'utilities/obj_delete.html' %}
{% extends 'generic/object_delete.html' %}
{% block message_extra %}
<p>Note: This will <strong>not</strong> delete any child prefixes or IP addresses.</p>

View File

@@ -1,4 +1,4 @@
{% extends 'utilities/obj_edit.html' %}
{% extends 'generic/object_edit.html' %}
{% load form_helpers %}
{% block form %}

View File

@@ -1,4 +1,4 @@
{% extends 'utilities/obj_list.html' %}
{% extends 'generic/object_list.html' %}
{% load helpers %}
{% block buttons %}

View File

@@ -1,4 +1,4 @@
{% extends 'utilities/obj_list.html' %}
{% extends 'generic/object_list.html' %}
{% block buttons %}
{% if request.GET.family == '6' %}

View File

@@ -1,4 +1,4 @@
{% extends 'utilities/obj_edit.html' %}
{% extends 'generic/object_edit.html' %}
{% load form_helpers %}
{% block form %}

View File

@@ -1,4 +1,4 @@
{% extends 'utilities/obj_edit.html' %}
{% extends 'generic/object_edit.html' %}
{% load form_helpers %}
{% block form %}

View File

@@ -1,4 +1,4 @@
{% extends 'utilities/obj_edit.html' %}
{% extends 'generic/object_edit.html' %}
{% load form_helpers %}
{% block form %}