瀏覽代碼

Corrected removal of div

Jeremy Stretch 10 年之前
父節點
當前提交
a365cfcf9b
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      netbox/templates/_base.html

+ 1 - 0
netbox/templates/_base.html

@@ -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 }}