Missing import template html files (bad commit?) #1025

Closed
opened 2025-12-29 16:28:03 +01:00 by adam · 0 comments
Owner

Originally created by @GaryAllan on GitHub (Jun 13, 2017).

Python version: 2.7.5 (64bit)
NetBox version: master branch

git commit c82658440f deletes the files

/netbox/templates/ipam/aggregate_import.html
/netbox/templates/ipam/ipaddress_import.html
/netbox/templates/ipam/prefix_import.html
/netbox/templates/ipam/vlan_import.html
/netbox/templates/ipam/vrf_import.html

Was this intentional?

Using "master" and since this commit navigating to any of the above and clicking the IMPORT button now fails with an error message:

capture2

<class 'django.template.exceptions.TemplateDoesNotExist'>
ipam/vlan_import.html

capture

Originally created by @GaryAllan on GitHub (Jun 13, 2017). **Python version: 2.7.5 (64bit)** **NetBox version: master branch** git commit c82658440f346edb1cc6f46fe729af8d4938f121 deletes the files /netbox/templates/ipam/aggregate_import.html /netbox/templates/ipam/ipaddress_import.html /netbox/templates/ipam/prefix_import.html /netbox/templates/ipam/vlan_import.html /netbox/templates/ipam/vrf_import.html Was this intentional? Using "master" and since this commit navigating to any of the above and clicking the IMPORT button now fails with an error message: ![capture2](https://user-images.githubusercontent.com/18753294/27083052-225de00e-503f-11e7-8268-475fafa63538.png) ``` <class 'django.template.exceptions.TemplateDoesNotExist'> ipam/vlan_import.html ``` ![capture](https://user-images.githubusercontent.com/18753294/27074922-769c7870-5020-11e7-896e-c04253169c34.png)
adam closed this issue 2025-12-29 16:28:03 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#1025