From f4d29a5f0c6dc36ef1fe0cf05166a6b510b16900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com> Date: Tue, 18 May 2021 00:16:43 +0200 Subject: [PATCH] elections2021: Hide copyleft --- elections2021/templates/elections2021/base.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/elections2021/templates/elections2021/base.html b/elections2021/templates/elections2021/base.html index 40e1a275..5a27cf7a 100644 --- a/elections2021/templates/elections2021/base.html +++ b/elections2021/templates/elections2021/base.html @@ -113,9 +113,7 @@ <section class="footer__brand"> <img src="{% static "elections2021/images/logo-koalicni.svg" %}" alt="Piráti a Starostové" class="w-32 mb-6 pr-8 border-r border-grey-400 border-solid" /> <p class="para hidden md:block md:mb-4 lg:mb-0 text-grey-200"> - Piráti a Starostové, {% now "Y" %}. Všechna práva vyhlazena.<br> - Sdílejte a nechte ostatní<br> - sdílet za stejných podmínek. + Piráti a Starostové, {% now "Y" %} </p> </section> <section class="footer__main-links text-white lg:grid lg:grid-cols-3 2xl:grid-cols-4 gap-4"> -- GitLab