Soustředění: fix layout pro neorgy

This commit is contained in:
Matěj Kocián 2016-01-27 21:01:32 +01:00
parent 16fc060902
commit 07d79b0cc5

View file

@ -59,7 +59,7 @@
{% if soustredeni.text %}
{% autoescape off %}{{soustredeni.text}}{% endautoescape %}
{% endif %}
{% if user.is_authenticated %}
{% if user.is_staff %}
<div class="mam-org-only">
{# Účastníci #}
<h3>Soustředění se zúčastnili tito účastníci:</h3>
@ -78,8 +78,8 @@
Nic!
{% endfor %}
</p>
{% endif %}
</div>
{% endif %}
{% if not soustredeni.verejne_db and user.is_staff %}
</div> {# class="mam-org-only" #}