From a162db081ad0a4d508183a276e78f6eea5ee5c30 Mon Sep 17 00:00:00 2001 From: mein Name Date: Fri, 28 Feb 2025 07:38:24 -0500 Subject: [PATCH] use css rule instead of js to hide mark buttons for TVShow and Work --- catalog/templates/item_base.html | 7 ++++--- catalog/templates/work.html | 2 +- common/static/scss/_item.scss | 20 ++++++++++++++++++++ 3 files changed, 25 insertions(+), 4 deletions(-) diff --git a/catalog/templates/item_base.html b/catalog/templates/item_base.html index de8ae264..02211bc0 100644 --- a/catalog/templates/item_base.html +++ b/catalog/templates/item_base.html @@ -9,7 +9,8 @@ {% load duration %} {% get_current_language as LANGUAGE_CODE %} - + @@ -64,12 +65,12 @@ {% endif %} {% endfor %} -