diff --git a/mayan/apps/common/widgets.py b/mayan/apps/common/widgets.py index 17c8839b6b..6d3ca56743 100644 --- a/mayan/apps/common/widgets.py +++ b/mayan/apps/common/widgets.py @@ -68,7 +68,7 @@ def exists_widget(path): return exception -def two_state_template(state, ok_icon='fa fa-check', fail_icon='fa fa-cross'): +def two_state_template(state, ok_icon='fa fa-check', fail_icon='fa fa-times'): if state: return mark_safe(''.format(ok_icon)) else: