diff --git a/seminar/templates/seminar/soustredeni/seznam_soustredeni.html b/seminar/templates/seminar/soustredeni/seznam_soustredeni.html index 4c863fc4..636ad01b 100644 --- a/seminar/templates/seminar/soustredeni/seznam_soustredeni.html +++ b/seminar/templates/seminar/soustredeni/seznam_soustredeni.html @@ -59,7 +59,7 @@ {% if soustredeni.text %} {% autoescape off %}{{soustredeni.text}}{% endautoescape %} {% endif %} - {% if user.is_authenticated %} + {% if user.is_staff %}
{# Účastníci #}

Soustředění se zúčastnili tito účastníci:

@@ -78,8 +78,8 @@ Nic! {% endfor %}

- {% endif %}
+ {% endif %} {% if not soustredeni.verejne_db and user.is_staff %} {# class="mam-org-only" #}