fix prefix layout

This commit is contained in:
checktheroads 2021-03-13 14:26:12 -07:00
parent f65f924011
commit 9e51ddd8d8

View File

@ -31,10 +31,7 @@
{% endblock %}
{% block content %}
{% block tabs %}
<ul class="nav nav-tabs mb-3" role="tablist">
{% block tab_items %}
<li role="presentation" class="nav-item">
<a class="nav-link{% if not active_tab %} active{% endif %}" href="{% url 'ipam:prefix' pk=object.pk %}">
Prefix
@ -62,8 +59,9 @@
</a>
</li>
{% endif %}
</ul>
{% endblock %}
{% block content %}
<div class="row">
<div class="col-md-5">
<div class="card">