From acec89ad36386a67de514695d00e4fa43ad67adb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com>
Date: Fri, 30 Apr 2021 01:22:27 +0200
Subject: [PATCH] district: Fix copyleft date

---
 district/templates/district/base.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/district/templates/district/base.html b/district/templates/district/base.html
index e6f435b2..8434d04d 100644
--- a/district/templates/district/base.html
+++ b/district/templates/district/base.html
@@ -191,7 +191,7 @@
         <section class="footer__brand">
           <img src="{% static "shared/img/logo-full-white.svg" %}" alt="Pirátská strana" class="w-32 md:w-40 pb-6" />
           <p class="para hidden md:block md:mb-4 lg:mb-0 text-grey-200">
-            Piráti, 2020. Všechna práva vyhlazena.
+            Piráti, {% now "Y" %}. Všechna práva vyhlazena.
             Sdílejte a nechte ostatní sdílet za stejných podmínek.
           </p>
         </section>
-- 
GitLab