Commit ab520ee3 authored by 八千流's avatar 八千流 Committed by 老广

[Bugfix] 缺少引入翻译 (#2956)

parent e212d413
......@@ -2,6 +2,7 @@
#
from django import forms
from django.core.exceptions import ValidationError
from django.utils.translation import ugettext_lazy as _
import re
from orgs.mixins import OrgModelForm
......
......@@ -2,6 +2,7 @@
#
import re
from rest_framework import serializers
from django.utils.translation import ugettext_lazy as _
from common.fields import ChoiceDisplayField
from common.serializers import AdaptedBulkListSerializer
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment