From 4ffa30e096e8c7a6ac74edd0e11af4662831d508 Mon Sep 17 00:00:00 2001 From: MaM Web user Date: Thu, 2 Sep 2021 19:44:36 +0200 Subject: [PATCH] Zruseni printu --- seminar/views/views_all.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/seminar/views/views_all.py b/seminar/views/views_all.py index c923bea0..004995aa 100644 --- a/seminar/views/views_all.py +++ b/seminar/views/views_all.py @@ -634,11 +634,9 @@ 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') # 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}') context["object_list"] = urls