From 6c156d5472cb55ad81839dfb6ae1367d2afcedcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <tomas@imaniti.org> Date: Thu, 11 Apr 2024 11:17:30 +0200 Subject: [PATCH] fix unsaved file --- district/templates/district/.base.html.kate-swp | Bin 264 -> 0 bytes district/templates/district/base.html | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 district/templates/district/.base.html.kate-swp diff --git a/district/templates/district/.base.html.kate-swp b/district/templates/district/.base.html.kate-swp deleted file mode 100644 index c919fc368911d8ae8c2168a2276f77575d4e0b79..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 264 zcmZQzU=Z?7EJ;-eE>A2_aLdd|RWQ;sU|?Vn39wf$cb+iew9V$-`yb?1#{bl_ix2i> zU|{&cz`)SMz`($0;|k~Zg80=i***}j79k7f7a{olAbC62;2@}JApQgd7o@x&!3CM! ehrxx}1(Ib<LYNKG%yeiQLOn>JA61?a(=7l$JvZ6_ diff --git a/district/templates/district/base.html b/district/templates/district/base.html index 503f2777..bc76968e 100644 --- a/district/templates/district/base.html +++ b/district/templates/district/base.html @@ -246,7 +246,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, {% now "Y" %}. <a href="https://wiki.pirati.cz/rules/prah#licence" target="_blank" class="underline">CC-BY-SA 4.0</a>. + Piráti, {% now "Y" %}. <a href="https://wiki.pirati.cz/rules/prah#licence" target="_blank" class="underline">CC-BY-SA 4.0</a>.<br> Sdílejte a nechte ostatní sdílet za stejných podmínek.<br> Zadavatel | zpracovatel: Česká pirátská strana </p> -- GitLab