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

This commit is contained in:
Jonas Havelka 2023-02-06 20:57:43 +01:00
parent edcb2ed850
commit ae83838efc

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.count == 1 %}
<style>.teamovaCast {display: none}</style>
{% endif %}
{% endblock %}