fix: skrýt teamovou část při jednom řešiteli v řešení

This commit is contained in:
Jonas Havelka 2023-02-06 20:53:33 +01:00
parent 089018d90e
commit edcb2ed850

View file

@ -4,7 +4,7 @@
{# Přišlo mi to hezčí, než psát všude if. #}
{% block custom_css %}
{% if object.resitele | length == 1 %}
{% if object.resitele|length == 1 %}
<style>.teamovaCast {display: none}</style>
{% endif %}
{% endblock %}