fix typo
This commit is contained in:
parent
65a6feb4b2
commit
cec7a58338
|
|
@ -129,7 +129,7 @@ class CityDocumentShortSerializer(serializers.Serializer):
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def get_name_translated(obj):
|
def get_name_translated(obj):
|
||||||
get_translated_value(loads(obj.name))
|
return get_translated_value(loads(obj.name))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user