From 1a54ca6def3d6f6e01bdd970be2e94b21afd4f22 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Wed, 6 Mar 2024 20:32:54 +0200 Subject: [PATCH] update people page --- templates/memberships/single.html | 10 +++++----- templates/partials/filter_bar.html | 4 ++-- templates/partials/intro.html | 2 +- templates/partials/memberships.html | 6 +++--- templates/partials/person_card.html | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/templates/memberships/single.html b/templates/memberships/single.html index e357e75fb..e41a58d8b 100644 --- a/templates/memberships/single.html +++ b/templates/memberships/single.html @@ -13,13 +13,13 @@ {% set category = "All" %} {% endif %} -
+
{% include "partials/filter_bar.html" %} -
+
-

+

{{category | replace(from='-', to=' ' ) | title}} -

+
{{ paginator.total_pages ~ " People"}}
@@ -28,7 +28,7 @@
-
+
{%- for page in paginator.pages %} {% include "partials/person_card.html" %} {%- endfor %} diff --git a/templates/partials/filter_bar.html b/templates/partials/filter_bar.html index 07888867a..2d66550aa 100644 --- a/templates/partials/filter_bar.html +++ b/templates/partials/filter_bar.html @@ -26,7 +26,7 @@