From 8a2f51a9b6a6354178b18f719164de31cfed00a0 Mon Sep 17 00:00:00 2001 From: MaM Web user Date: Thu, 2 Sep 2021 19:42:59 +0200 Subject: [PATCH] Fuck spaces --- seminar/views/views_all.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seminar/views/views_all.py b/seminar/views/views_all.py index f07aba72..c923bea0 100644 --- a/seminar/views/views_all.py +++ b/seminar/views/views_all.py @@ -634,11 +634,11 @@ class ArchivView(generic.ListView): # Výchozí nastavení if c.rocnik not in urls: urls[c.rocnik] = op.join(settings.STATIC_URL, "images", "no-picture.png") - print(f'BAAAA: {c.rocnik} default') + print(f'BAAAA: {c.rocnik} default') # NOTE: tohle možná nastavuje poslední titulku if c.titulka_nahled: urls[c.rocnik] = c.titulka_nahled.url - print(f'BAAAA: {c.rocnik} podle {c}') + print(f'BAAAA: {c.rocnik} podle {c}') context["object_list"] = urls