From 816a1616f450eabf2794d4497dfd31ce2fc39612 Mon Sep 17 00:00:00 2001 From: Taz-Chiles <97239140+Taz-Chiles@users.noreply.github.com> Date: Thu, 8 Feb 2024 11:16:59 +0000 Subject: [PATCH] Impact dashboard tweaks --- docs/dashboard/impact/index.njk | 5 ++++- docs/index.njk | 11 +++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/dashboard/impact/index.njk b/docs/dashboard/impact/index.njk index 1f468eeb..51db55f0 100644 --- a/docs/dashboard/impact/index.njk +++ b/docs/dashboard/impact/index.njk @@ -9,6 +9,9 @@ limitations: archived: | This page was archived on 6th February 2024 and is no longer updated. NOTE: The Impact Dashboard is not the final evaluation and should be treated as an overview of some key topics. A separate evaluation report will be completed by LEEDS 2023. + +data_overrides: + secured_funders: 57 --- {{ comp.notice.archived() | safe }} @@ -111,7 +114,7 @@ archived: | {% call checkToggle('Secured funders') -%} {% comp 'dashboard.impact.panel', { bg: "var(--l23-dark-blue-grey)", fg: "white" } %} {{ paneTitle('Secured funders') }} - {{ comp.dashboard.impact.big_number({ number: '49' }) | safe }} + {{ comp.dashboard.impact.big_number({ number: data_overrides.secured_funders }) | safe }} {% endcomp %} {% endcall %} diff --git a/docs/index.njk b/docs/index.njk index d0cf1d13..85ccd2ec 100644 --- a/docs/index.njk +++ b/docs/index.njk @@ -34,15 +34,14 @@ layout: layouts/default.njk {% comp "layout.block" %}
- LEEDS 2023 is working across all 33 wards of the city and engaging with a wide range of participants representative of Leeds. The programme strives to be as - representative and inclusive as possible. + LEEDS 2023 worked across all 33 wards of the city and engaged with a wide range of participants representative of Leeds. The programme was designed to be as representative and inclusive as possible.
- The data and visualisations displayed on this site are drawn from a variety of systems run by LEEDS 2023. They are indicative figures only, published and - visualised to support operational decision-making by the team as well ensuring LEEDS 2023 is being transparent about their work. It provides headlines and - highlights to date the ways in which LEEDS 2023 are engaging with communities in Leeds. This does not represent the entirety of their - programme, nor does it represent everyone who will be engaged by the end of the year. + The data and visualisations displayed on this site are drawn from a variety of systems run by LEEDS 2023. They are indicative figures only, published and visualised to support + operational decision-making by the team as well as ensuring LEEDS 2023 are being transparent about their work. It provides headlines and highlights to date the ways in + which LEEDS 2023 have engaged with communities in Leeds. This does not represent the entirety of their programme, nor does it represent everyone who will have + engaged once the final numbers have been collated.
{% endcomp %}