bootstrap 5 template updates

This commit is contained in:
checktheroads
2021-03-13 11:16:29 -07:00
parent 9c24163fd7
commit ea27cf791f
14 changed files with 485 additions and 321 deletions

View File

@@ -3,7 +3,6 @@
{% load plugins %}
{% load render_table from django_tables2 %}
{% block header %}
{% block breadcrumbs %}
<li class="breadcrumb-item"><a href="{% url 'ipam:ipaddress_list' %}">IP Addresses</a></li>
{% if object.vrf %}
@@ -11,7 +10,6 @@
{% endif %}
<li class="breadcrumb-item">{{ object }}</li>
{% endblock %}
{% endblock %}
{% block content %}
<div class="row">