adding error for uf_show as else
This commit is contained in:
parent
667eb618b7
commit
16b6745a90
|
@ -41,4 +41,6 @@ def get_uf_show(show):
|
|||
uf_show = _('Invisible')
|
||||
elif show == 'not in the roster':
|
||||
uf_show = _('Not in the roster')
|
||||
else:
|
||||
uf_show = _('Has errors')
|
||||
return uf_show
|
||||
|
|
Loading…
Reference in New Issue