Organizátoři | zobrazení, zda-li je aktivni

This commit is contained in:
Bc. Petr Pecha 2015-06-29 08:52:44 +02:00
parent 3a8f2ec35e
commit 2f8eb74b87

View file

@ -5,6 +5,11 @@
<h2>Organizátoři</h2>
{% for org in object_list %}
{% if org.user.is_active %}
<b>Aktivní</b>
{% else %}
Není aktivní
{% endif %}
{{org.user.first_name}}
{% if org.prezdivka %}
"{{org.prezdivka}}"