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