Skip to content

Commit 60cc009

Browse files
committed
Move templates for extras panels
1 parent e9777d3 commit 60cc009

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

netbox/extras/ui/panels.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class CustomFieldsPanel(panels.ObjectPanel):
1515
"""
1616
Render a panel showing the value of all custom fields defined on the object.
1717
"""
18-
template_name = 'ui/panels/custom_fields.html'
18+
template_name = 'extras/panels/custom_fields.html'
1919
title = _('Custom Fields')
2020

2121
def get_context(self, context):
@@ -57,7 +57,7 @@ class TagsPanel(panels.ObjectPanel):
5757
"""
5858
Render a panel showing the tags assigned to the object.
5959
"""
60-
template_name = 'ui/panels/tags.html'
60+
template_name = 'extras/panels/tags.html'
6161
title = _('Tags')
6262

6363
def get_context(self, context):
File renamed without changes.

0 commit comments

Comments
 (0)