diff --git a/templates/organization/list.html b/templates/organization/list.html
index c9a8f26..80f88a9 100644
--- a/templates/organization/list.html
+++ b/templates/organization/list.html
@@ -46,7 +46,7 @@
{% for org in queryset %}
-
+
{{ org.name }}
{{ org.member_count }} {{_('members')}}
diff --git a/templates/recent-organization.html b/templates/recent-organization.html
index ccf193b..78e0537 100644
--- a/templates/recent-organization.html
+++ b/templates/recent-organization.html
@@ -32,7 +32,7 @@