galerie | upraven seznam soustredeni, aby mel odkaz na galerie

V seznamu soustredeni je verejny! odkaz na galerie
This commit is contained in:
Bc. Petr Pecha 2015-10-11 22:33:45 +02:00
parent cadc71b1a4
commit e62590ee53

View file

@ -17,8 +17,6 @@
<em>
Na galeriích ze soustředění a dalších informacích ještě pracujeme.
</em><br><br>
{#% if user.is_authenticated %#}{# PRACUJE SE STRANKA #}
{# Projdi vsechna soustredeni #}
{% for soustredeni in object_list %}
@ -40,7 +38,18 @@
<li>
{{soustredeni.datum_zacatku}}&thinsp;&ndash;&thinsp;{{soustredeni.datum_konce}}
</li>
{# Zobrazeni odkazu na galerie #}
{% if soustredeni.galerie_set.all %}
{% for galerie in soustredeni.galerie_set.all %}
<li>
<a href="./{{soustredeni.pk}}/fotogalerie/{{galerie.pk}}">FOTOGALERIE: {{galerie}}</a>
{# TODO kdyz je titulni obrazek, tak asi i titulni obrazek #}
</li>
{% endfor %}
{% endif %}
</ul>
{% if user.is_authenticated %}
{# popis soustredeni #}
{% if soustredeni.text %}
@ -61,7 +70,5 @@
Žádná soustředění zatím neproběhla!
{% endfor %}
{#% else %}{% include 'seminar/pracuje_se.html' %}{% endif %#}
{% endblock %}