This commit is contained in:
MaM Web user 2021-09-02 19:41:22 +02:00
parent 8572264845
commit 94c219a65e

View file

@ -634,9 +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')
# 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