1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

migrate templates to bootstrap 5

This commit is contained in:
checktheroads
2021-04-18 11:35:42 -07:00
parent 43703b6f40
commit 125965b559
19 changed files with 650 additions and 630 deletions

View File

@@ -127,15 +127,3 @@
{% endif %}
{% endif %}
{% comment %} <div class="invalid-feedback">
{% if field.errors %}
<ul>
{% for error in field.errors %}
{# Embed an HTML comment indicating the error for extraction by tests #}
<!-- FORM-ERROR {{ field.name }}: {{ error }} -->
<li class="text-danger">{{ error }}</li>
{% endfor %}
</ul>
{% endif %}
</div> {% endcomment %}