fix: skrýt teamovou část při jednom řešiteli v řešení
This commit is contained in:
parent
edcb2ed850
commit
ae83838efc
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
{# Přišlo mi to hezčí, než psát všude if. #}
|
{# Přišlo mi to hezčí, než psát všude if. #}
|
||||||
{% block custom_css %}
|
{% block custom_css %}
|
||||||
{% if object.resitele|length == 1 %}
|
{% if object.resitele.count == 1 %}
|
||||||
<style>.teamovaCast {display: none}</style>
|
<style>.teamovaCast {display: none}</style>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue