From 87247a5511fe155fe6d411456f3027bb7921c48a Mon Sep 17 00:00:00 2001 From: Hannah Date: Tue, 22 Aug 2023 12:51:04 +0000 Subject: [PATCH 1/4] Add word "green" to services title in header --- apps/greencheck/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/greencheck/views.py b/apps/greencheck/views.py index 9ef06183..f0906d28 100644 --- a/apps/greencheck/views.py +++ b/apps/greencheck/views.py @@ -222,7 +222,7 @@ class ProviderFilter(django_filters.FilterSet): services = django_filters.ModelChoiceFilter( field_name="services", - label="Web hosting service", + label="Green web hosting service", queryset=ac_models.Service.objects.all(), ) # note: this is commented out for Han, From 3ae9b5f9d65a5fe32515ee72adf12b6ed6d775a7 Mon Sep 17 00:00:00 2001 From: Hannah Date: Tue, 22 Aug 2023 12:51:26 +0000 Subject: [PATCH 2/4] Summary HTML element has cursor pointer --- apps/theme/static_src/src/css/base.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/theme/static_src/src/css/base.css b/apps/theme/static_src/src/css/base.css index 87400113..2681270f 100644 --- a/apps/theme/static_src/src/css/base.css +++ b/apps/theme/static_src/src/css/base.css @@ -30,4 +30,7 @@ h1, h2, h3, h4, h5, h6 { @apply font-bold; } + summary { + cursor: pointer; + } } From bf64ae2051ed25614341676f037fc78d74188ea7 Mon Sep 17 00:00:00 2001 From: Hannah Date: Tue, 22 Aug 2023 12:51:38 +0000 Subject: [PATCH 3/4] Fix typo in support the mission section --- apps/theme/templates/greencheck/partials/_directory_ctas.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/theme/templates/greencheck/partials/_directory_ctas.html b/apps/theme/templates/greencheck/partials/_directory_ctas.html index 255e33fa..ab64a415 100644 --- a/apps/theme/templates/greencheck/partials/_directory_ctas.html +++ b/apps/theme/templates/greencheck/partials/_directory_ctas.html @@ -25,7 +25,7 @@

Support
the mission

-

We are non-profit working for the public benefit, with more funding we can have more impact.

+

We are a small non-profit working for the public benefit, with more funding we can have more impact.

How donating works Visit {{ obj.name }}'s website From bad7a07f94cd0bd1bbdac041c2f1104b3564f72a Mon Sep 17 00:00:00 2001 From: Hannah Date: Tue, 22 Aug 2023 12:52:33 +0000 Subject: [PATCH 4/4] Add to top link at bottom of results --- apps/theme/templates/greencheck/directory_index.html | 2 +- .../templates/greencheck/partials/_directory_results.html | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/apps/theme/templates/greencheck/directory_index.html b/apps/theme/templates/greencheck/directory_index.html index 11c58220..06d73e11 100644 --- a/apps/theme/templates/greencheck/directory_index.html +++ b/apps/theme/templates/greencheck/directory_index.html @@ -6,7 +6,7 @@ {% block content %}