2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-20 05:46:34 +00:00

switched translation methode to lazy

This commit is contained in:
2021-04-03 04:01:40 +02:00
parent 2de6fcbfa4
commit 446bc06c1b
12 changed files with 12 additions and 12 deletions

@ -6,7 +6,7 @@ Django Forms for interacting with Order objects
from __future__ import unicode_literals
from django import forms
from django.utils.translation import ugettext as _
from django.utils.translation import ugettext_lazy as _
from mptt.fields import TreeNodeChoiceField