mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-22 08:48:41 +02:00
begin bootstrap 5 migration, update templates
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{% extends 'base.html' %}
|
||||
{% extends 'layout.html' %}
|
||||
{% load helpers %}
|
||||
{% load form_helpers %}
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
|
||||
{% block content %}
|
||||
{% if request.GET.q %}
|
||||
{% include 'search_form.html' with search_form=form %}
|
||||
{% if results %}
|
||||
<div class="row">
|
||||
<div class="col-md-10">
|
||||
|
||||
Reference in New Issue
Block a user