diff --git a/app/templates/views/manage-users.html b/app/templates/views/manage-users.html
index 24fa5f18d..6eea1fc6b 100644
--- a/app/templates/views/manage-users.html
+++ b/app/templates/views/manage-users.html
@@ -88,7 +88,7 @@
) }}
{% else %}
{{ tick_cross(
- True,
+ user.status != 'cancelled',
'Basic view'
) }}
{% endif %}