From 059c565b26430a18ff05ef9e9117a100bcdc431f Mon Sep 17 00:00:00 2001 From: Michael Plunkett <5885605+michplunkett@users.noreply.github.com> Date: Fri, 4 Oct 2024 12:15:53 -0500 Subject: [PATCH] Add donate link to footer (#1127) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Fixes issue https://github.com/lucyparsons/OpenOversight/issues/215 ## Description of Changes Added a `Donate` link to the footer so that it is available on all pages throughout the application instead of just the home page. I also updated the casing of `Download department data` so that it matches the rest of the casing on the footer. ## Screenshots (if appropriate) Before: After: ## Tests and Linting - [x] This branch is up-to-date with the `develop` branch. - [x] `pytest` passes on my local development environment. - [x] `pre-commit` passes on my local development environment. --- OpenOversight/app/templates/base.html | 4 +++- OpenOversight/tests/routes/test_other.py | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/OpenOversight/app/templates/base.html b/OpenOversight/app/templates/base.html index 218e9a818..3da5cec19 100644 --- a/OpenOversight/app/templates/base.html +++ b/OpenOversight/app/templates/base.html @@ -150,7 +150,9 @@