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

Corrected removal of div

This commit is contained in:
Jeremy Stretch
2016-07-11 15:04:39 -04:00
parent f617828712
commit a365cfcf9b

View File

@@ -244,6 +244,7 @@
</div>
{% endfor %}
{% block content %}{% endblock %}
<div class="push"></div>
{% if settings.BANNER_BOTTOM %}
<div class="alert alert-info text-center banner-bottom" role="alert">
{{ settings.BANNER_BOTTOM|safe }}