Skip to content

Commit

Permalink
Mention climate juries on climate assemblies page
Browse files Browse the repository at this point in the history
  • Loading branch information
zarino committed Sep 6, 2024
1 parent 38a9f08 commit b4194bc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions caps/templates/caps/assembly.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ <h1 class="my-0" style="max-width: 20em;">The UK’s open database of local clim
<div class="card ceuk-card ceuk-card--purple flex-grow-1 mb-gutter">
<div class="card-body p-md-4 p-lg-5 d-flex flex-column">
<h2 class="mb-4">What is a climate assembly?</h2>
<p class="lead">Citizens’ assemblies bring together people from all walks of life to discuss an important issue.</p>
<p>They have been used to bring citizen perspectives into national policy making. In 2019-2020, <a href="https://www.climateassembly.uk/recommendations/index.html">a UK-wide citizens assembly on climate change was convened by the UK Parliament</a>. In 2020, <a href="https://webarchive.nrscotland.gov.uk/20220405134945/https:/www.climateassembly.scot/">a Climate Assembly was held in Scotland</a>.</p>
<p>Local councils have been using climate assemblies to bring in perperpectives from their local communities to help shape their plans around climate change.</p>
<p class="lead">Citizens’ assemblies bring together people from all walks of life to discuss an important issue. Smaller citizens assemblies are sometimes called citizens’ juries.</p>
<p>Citizens’ assemblies have been used to bring citizen perspectives into national policy making – like the <a href="https://www.climateassembly.uk/recommendations/index.html">a UK-wide climate assembly convened by UK Parliament in 2019</a> and the <a href="https://webarchive.nrscotland.gov.uk/20220405134945/https:/www.climateassembly.scot/">Scottish Government’s climate assembly in 2020</a>.</p>
<p>Since then, local councils have been using climate assemblies and juries to bring in perperpectives from their local communities to help shape their plans around climate change.</p>
<p class="mb-0">We have been gathering reports made by climate assemblies on CAPE to make them easier to find, and to help raise awareness of how climate assemblies have worked in practice.</p>
</div>
</div>
Expand All @@ -44,12 +44,12 @@ <h2 class="mb-4">What is a climate assembly?</h2>

<div class="card ceuk-card ceuk-card--red mb-gutter homepage-stat">
<div class="card-body p-md-4 p-lg-5 d-flex flex-column">
<h2 class="mb-0">{{ percent_councils_with_assembly }}% of councils have held a climate assembly</h2>
<h2 class="mb-0">{{ percent_councils_with_assembly }}% of councils have held a climate assembly or jury</h2>
<div class="progress mt-4 mb-5">
<div class="progress-bar bg-red" role="progressbar" style="width: {{ percent_councils_with_assembly }}%" aria-valuenow="{{ percent_councils_with_plan }}" aria-valuemin="0" aria-valuemax="100"></div>
</div>
<a href="{% url 'council_list' %}?has_assembly_report=True" class="d-flex align-items-center mt-auto" data-show-interstitial>
Show all {{ assembly_councils.count }} councils with a climate assembly
Show all {{ assembly_councils.count }} current councils
{% include 'caps/icons/chevron-right.html' with classes='ml-1' role='presentation' %}
</a>
<div class="mt-3">
Expand Down

0 comments on commit b4194bc

Please sign in to comment.