Skip to content

Commit f369b5f

Browse files
committed
Reorganize & clean up templatetag templates
1 parent 37065b7 commit f369b5f

File tree

18 files changed

+33
-48
lines changed

18 files changed

+33
-48
lines changed

netbox/templates/base/layout.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{# Base layout for the core NetBox UI w/navbar and page content #}
22
{% extends 'base/base.html' %}
33
{% load helpers %}
4-
{% load nav %}
5-
{% load search_options %}
4+
{% load search %}
65
{% load static %}
76

87
{% block layout %}

netbox/templates/base/sidenav.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% load nav %}
1+
{% load navigation %}
22
{% load static %}
33

44
<nav class="sidenav noprint" id="sidenav" data-simplebar>

netbox/templates/home.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{% extends 'base/layout.html' %}
2-
{% load get_status %}
32
{% load helpers %}
43
{% load render_table from django_tables2 %}
54

0 commit comments

Comments
 (0)