소스 검색

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