fix for tag migration
This commit is contained in:
parent
b1d176c583
commit
9f03da9bef
|
|
@ -65,7 +65,7 @@ class Command(BaseCommand):
|
|||
return meta_type
|
||||
|
||||
def get_label(self, text):
|
||||
sp = text.key.split('_')
|
||||
sp = text.split('_')
|
||||
label = ' '.join([sp[0].capitalize()] + sp[1:])
|
||||
return label
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user