From b97d378231b2f29171a160b14e5c5643f310f041 Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Thu, 12 Jun 2025 14:08:34 -0700 Subject: [PATCH] fixed the conditional for no results found --- app/templates/views/manage-users.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/templates/views/manage-users.html b/app/templates/views/manage-users.html index 796a611a5..8d4771ad6 100644 --- a/app/templates/views/manage-users.html +++ b/app/templates/views/manage-users.html @@ -33,12 +33,12 @@
{{ live_search(target_selector='.user-list-item', show=True, form=form) }}
- {% endif %} - -
+ {% endif %} + +
{% for user in users %} {% if user.status != 'cancelled' %}