From 9522e17acdb4cc3cac8865ff70c662d59a860d1e Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Tue, 20 Dec 2022 12:21:23 -0600 Subject: [PATCH] Fix css bug --- templates/organization/list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/organization/list.html b/templates/organization/list.html index 9209beb..ebcb202 100644 --- a/templates/organization/list.html +++ b/templates/organization/list.html @@ -33,8 +33,8 @@ {% for org in queryset %} - {{ org.name }} - {{ org.member_count }} {{_('members')}} + {{ org.name }} + {{ org.member_count }} {{_('members')}} {% endfor %}