File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- from django .utils .translation import gettext as _
1+ from django .utils .translation import gettext_lazy as _
22
33from netbox .object_actions import ObjectAction
44
Original file line number Diff line number Diff line change 1- from django .utils .translation import gettext as _
1+ from django .utils .translation import gettext_lazy as _
22
33from netbox .object_actions import ObjectAction
44
Original file line number Diff line number Diff line change 11from django .template import loader
22from django .urls .exceptions import NoReverseMatch
3- from django .utils .translation import gettext as _
3+ from django .utils .translation import gettext_lazy as _
44
55from core .models import ObjectType
66from extras .models import ExportTemplate
Original file line number Diff line number Diff line change 1- from django .utils .translation import gettext as _
1+ from django .utils .translation import gettext_lazy as _
22
33from netbox .object_actions import ObjectAction
44
You can’t perform that action at this time.
0 commit comments