diff --git a/main/blocks.py b/main/blocks.py index 3e0ad54ce98a46f32c6812f8270ec22fe4c4265d..ce1ec8319603b69be1e882859481b23398667d54 100644 --- a/main/blocks.py +++ b/main/blocks.py @@ -188,7 +188,7 @@ class ProgramPopoutCategory(StructBlock): class Meta: icon = "date" - label = "Vyskakovací bod programu" + label = "Kategorie programu" class ProgramGroupBlock(ProgramGroupBlockMixin): diff --git a/main/templates/main/main_program_page.html b/main/templates/main/main_program_page.html index f4778cc1b5c65aa2d0fa700fa8ee6c6da78f56d1..cac34f0f786a6d95b971f702ce8981d52a53d7b7 100644 --- a/main/templates/main/main_program_page.html +++ b/main/templates/main/main_program_page.html @@ -87,7 +87,7 @@ {% for category in program_group.value.categories %} <li class="grow"> <div class="flex gap-3 mb-3 items-center bg-grey-150 p-5"> - {% image category.image height-20 as icon %} + {% image category.icon height-24 as icon %} <img src="{{ icon.url }}" alt=""{% comment %} (decorative image, https://stackoverflow.com/a/52557065) {% endcomment %}