Fuck spaces

This commit is contained in:
MaM Web user 2021-09-02 19:42:59 +02:00
parent 94c219a65e
commit 8a2f51a9b6

View file

@ -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