From 5eba8a5ff3315ed793e6deb85be47993b698185f Mon Sep 17 00:00:00 2001 From: Zarino Zappia Date: Thu, 21 Nov 2024 13:33:42 +0000 Subject: [PATCH] fixup! add some filters to the volunteers list --- crowdsourcer/static/css/_forms.scss | 6 -- .../crowdsourcer/volunteers/list.html | 58 +++++++++---------- 2 files changed, 27 insertions(+), 37 deletions(-) diff --git a/crowdsourcer/static/css/_forms.scss b/crowdsourcer/static/css/_forms.scss index 1a0c2e01..692bc483 100644 --- a/crowdsourcer/static/css/_forms.scss +++ b/crowdsourcer/static/css/_forms.scss @@ -8,9 +8,3 @@ margin-bottom: 0; } } - -#volunteer_filter { - .btn-primary { - margin-top: 2rem; - } -} diff --git a/crowdsourcer/templates/crowdsourcer/volunteers/list.html b/crowdsourcer/templates/crowdsourcer/volunteers/list.html index 464396c1..62fb5543 100644 --- a/crowdsourcer/templates/crowdsourcer/volunteers/list.html +++ b/crowdsourcer/templates/crowdsourcer/volunteers/list.html @@ -8,44 +8,40 @@

Sign in

Sign in {% else %} -
- Add volunteer - Bulk assignment - Stage deactivate +
+

Volunteers

+
-

Volunteers

-
-
-
-
- {% bootstrap_field filter.form.marker__response_type %} -
+ +
+
+ {% bootstrap_field filter.form.marker__response_type %}
-
-
- {% bootstrap_field filter.form.is_active %} -
+
+ {% bootstrap_field filter.form.is_active %}
-
-
- {% bootstrap_field filter.form.has_assignments %} -
+
+ {% bootstrap_field filter.form.has_assignments %}
-
-
- {% bootstrap_field filter.form.assigned_section %} -
+
+ {% bootstrap_field filter.form.assigned_section %}
-
-
- {% bootstrap_field filter.form.username %} -
+
+ {% bootstrap_field filter.form.username %}
-
-
- -
+
+