From a2125acddd0f136411ae6f4cb454186301495639 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Mon, 29 Apr 2024 23:17:14 +0100 Subject: [PATCH] Add privacy policy updated note to footer --- app/templates/base.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/templates/base.html b/app/templates/base.html index 422bcb3c..befa8e43 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -269,6 +269,9 @@ {% endif %} +

+ {{ _("Our privacy policy has been updated (%(date)s)", date="2024-04-30") }} +

{% if debug %}