Просмотр исходного кода

Fixes #2824: Fix template exception when viewing rack elevations list

Jeremy Stretch 7 лет назад
Родитель
Сommit
170900e80f
2 измененных файлов с 8 добавлено и 1 удалено
  1. 8 0
      CHANGELOG.md
  2. 0 1
      netbox/templates/dcim/rack_elevation_list.html

+ 8 - 0
CHANGELOG.md

@@ -1,3 +1,11 @@
+v2.5.5 (FUTURE)
+
+## Bug Fixes
+
+* [#2824](https://github.com/digitalocean/netbox/issues/2824) - Fix template exception when viewing rack elevations list
+
+---
+
 v2.5.4 (2019-01-29)
 
 ## Enhancements

+ 0 - 1
netbox/templates/dcim/rack_elevation_list.html

@@ -45,7 +45,6 @@
 {% endblock %}
 
 {% block javascript %}
-    {% include 'dcim/inc/filter_rack_group.html' %}
     <script type="text/javascript">
     $(function() {
         $('[data-toggle="popover"]').popover()