Skip to content
Snippets Groups Projects
Commit 90108848 authored by nkour's avatar nkour
Browse files

small logic fix

parent 3f5d93a8
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,8 @@ def get_uf_show(show):
uf_show = _('Invisible')
elif show == 'not in the roster':
uf_show = _('Not in the roster')
elif show == 'requested':
uf_show = _('Unknown')
else:
uf_show = _('Has errors')
return unicode(uf_show)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment