Racks > Elevations #2320

Closed
opened 2025-12-29 17:24:48 +01:00 by adam · 3 comments
Owner

Originally created by @robbagithub on GitHub (Jan 30, 2019).

Environment

  • Python version: 3.5.2
  • NetBox version: 2.5.4

Steps to Reproduce

  1. Navigate to the rack elevations list (Racks > Elevations)

Expected Behavior

A list of all rack elevations should be displayed.

Observed Behavior

An exception is raised:

<class 'django.template.exceptions.TemplateDoesNotExist'>

dcim/inc/filter_rack_group.html
Originally created by @robbagithub on GitHub (Jan 30, 2019). ### Environment * Python version: 3.5.2 * NetBox version: 2.5.4 ### Steps to Reproduce 1. Navigate to the rack elevations list (Racks > Elevations) ### Expected Behavior A list of all rack elevations should be displayed. ### Observed Behavior An exception is raised: ``` <class 'django.template.exceptions.TemplateDoesNotExist'> dcim/inc/filter_rack_group.html ```
adam added the type: bugstatus: accepted labels 2025-12-29 17:24:48 +01:00
adam closed this issue 2025-12-29 17:24:48 +01:00
Author
Owner

@GitRost commented on GitHub (Jan 30, 2019):

Same problem, updated from 2.5.3 to 2.5.4

@GitRost commented on GitHub (Jan 30, 2019): Same problem, updated from 2.5.3 to 2.5.4
Author
Owner

@jeremystretch commented on GitHub (Jan 30, 2019):

I'll dig into this, but in the meantime, please update the bug report to match the template.

Edit: I've updated the issue.

@jeremystretch commented on GitHub (Jan 30, 2019): I'll dig into this, but in the meantime, please update the bug report to match the template. Edit: I've updated the issue.
Author
Owner

@jeremystretch commented on GitHub (Jan 30, 2019):

I'll try to get a new release pushed out shortly to fix this. As an interim workaround, you can create an empty file at netbox/templates/dcim/inc/filter_rack_group.html to suppress the exception.

@jeremystretch commented on GitHub (Jan 30, 2019): I'll try to get a new release pushed out shortly to fix this. As an interim workaround, you can create an empty file at `netbox/templates/dcim/inc/filter_rack_group.html` to suppress the exception.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#2320