Fixes #2833: Fix form widget for front port template creation

This commit is contained in:
Jeremy Stretch
2019-01-31 09:19:53 -05:00
parent a98d014763
commit b508415983
2 changed files with 1 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ v2.5.5 (FUTURE)
## Bug Fixes
* [#2824](https://github.com/digitalocean/netbox/issues/2824) - Fix template exception when viewing rack elevations list
* [#2833](https://github.com/digitalocean/netbox/issues/2833) - Fix form widget for front port template creation
---