|
@ -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 %} |
|
|
|
|
|
|
|
|