mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Rename base template
This commit is contained in:
@ -274,7 +274,7 @@ class ObjectChangeLogView(View):
|
||||
template.loader.get_template(base_template)
|
||||
object_var = model._meta.model_name
|
||||
except template.TemplateDoesNotExist:
|
||||
base_template = '_base.html'
|
||||
base_template = 'base.html'
|
||||
object_var = 'obj'
|
||||
|
||||
return render(request, 'extras/object_changelog.html', {
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}
|
||||
<div class="row" style="margin-top: 150px;">
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load buttons %}
|
||||
{% load custom_links %}
|
||||
{% load helpers %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load static %}
|
||||
{% load form_helpers %}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load buttons %}
|
||||
{% load static %}
|
||||
{% load custom_links %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load helpers %}
|
||||
{% load form_helpers %}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load buttons %}
|
||||
{% load custom_links %}
|
||||
{% load helpers %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load static %}
|
||||
{% load helpers %}
|
||||
{% load form_helpers %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load helpers %}
|
||||
|
||||
{% block header %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load buttons %}
|
||||
|
||||
{% block content %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load buttons %}
|
||||
{% load static %}
|
||||
{% load helpers %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load form_helpers %}
|
||||
|
||||
{% block title %}Create {{ component_type }}{% endblock %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load form_helpers %}
|
||||
|
||||
{% block content %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load buttons %}
|
||||
{% load custom_links %}
|
||||
{% load helpers %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load form_helpers %}
|
||||
|
||||
{% block title %}Add {{ component_type }} to {{ parent }}{% endblock %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load helpers %}
|
||||
|
||||
{% block header %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load buttons %}
|
||||
|
||||
{% block content %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load buttons %}
|
||||
|
||||
{% block content %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load buttons %}
|
||||
{% load static %}
|
||||
{% load custom_links %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load buttons %}
|
||||
{% load custom_links %}
|
||||
{% load helpers %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load buttons %}
|
||||
{% load custom_links %}
|
||||
{% load helpers %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load helpers %}
|
||||
{% load static %}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load buttons %}
|
||||
{% load custom_links %}
|
||||
{% load helpers %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load buttons %}
|
||||
{% load custom_links %}
|
||||
{% load helpers %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load form_helpers %}
|
||||
|
||||
{% block content %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load helpers %}
|
||||
{% load form_helpers %}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load helpers %}
|
||||
{% load static %}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load helpers %}
|
||||
|
||||
{% block title %}{{ objectchange }}{% endblock %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load helpers %}
|
||||
|
||||
{% block title %}{{ report.name }}{% endblock %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load helpers %}
|
||||
|
||||
{% block content %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load helpers %}
|
||||
{% load form_helpers %}
|
||||
{% load log_levels %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load helpers %}
|
||||
|
||||
{% block content %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load helpers %}
|
||||
|
||||
{% block header %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load helpers %}
|
||||
|
||||
{% block header %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}
|
||||
<h1>{% block title %}Import Completed{% endblock %}</h1>
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load buttons %}
|
||||
{% load custom_links %}
|
||||
{% load helpers %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load buttons %}
|
||||
{% load custom_links %}
|
||||
{% load helpers %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load buttons %}
|
||||
{% load custom_links %}
|
||||
{% load helpers %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load buttons %}
|
||||
{% load custom_links %}
|
||||
{% load helpers %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load buttons %}
|
||||
{% load custom_links %}
|
||||
{% load helpers %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block title %}{{ vlan_group }} - VLANs{% endblock %}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load buttons %}
|
||||
{% load custom_links %}
|
||||
{% load helpers %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load form_helpers %}
|
||||
|
||||
{% block content %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load helpers %}
|
||||
{% load form_helpers %}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load buttons %}
|
||||
{% load custom_links %}
|
||||
{% load helpers %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load static %}
|
||||
{% load form_helpers %}
|
||||
{% load secret_helpers %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load buttons %}
|
||||
{% load custom_links %}
|
||||
{% load helpers %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load form_helpers %}
|
||||
|
||||
{% block content %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load form_helpers %}
|
||||
|
||||
{% block content %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load helpers %}
|
||||
|
||||
{% block title %}Delete {{ table.rows|length }} {{ obj_type_plural|bettertitle }}?{% endblock %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load helpers %}
|
||||
{% load form_helpers %}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load helpers %}
|
||||
{% load form_helpers %}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load helpers %}
|
||||
|
||||
{% block title %}Remove {{ table.rows|length }} {{ obj_type_plural|bettertitle }}?{% endblock %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load form_helpers %}
|
||||
{% load helpers %}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load helpers %}
|
||||
{% load form_helpers %}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load buttons %}
|
||||
{% load helpers %}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load buttons %}
|
||||
{% load custom_links %}
|
||||
{% load helpers %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load static %}
|
||||
{% load form_helpers %}
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load buttons %}
|
||||
{% load custom_links %}
|
||||
{% load static %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends '_base.html' %}
|
||||
{% extends 'base.html' %}
|
||||
{% load helpers %}
|
||||
{% load form_helpers %}
|
||||
|
||||
|
Reference in New Issue
Block a user