diff --git a/district/templates/district/base.html b/district/templates/district/base.html
index e6f435b20c9e5f124992415020a0ae83a3399e39..8434d04d6041c27ffad3897d83d55626ccd59d26 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>