|
@ -48,11 +48,13 @@ Galerie {{galerie.nazev}} |
|
|
{% for galerie in podgalerie %} |
|
|
{% for galerie in podgalerie %} |
|
|
<div class="podgalerie_nahled"> |
|
|
<div class="podgalerie_nahled"> |
|
|
{% if galerie.zobrazit < 1 or user.is_staff %} |
|
|
{% if galerie.zobrazit < 1 or user.is_staff %} |
|
|
{% with galerie.titulni_obrazek.obrazek_maly as obrazek %} |
|
|
{% if galerie.titulni_obrazek %} |
|
|
<a href="../{{galerie.pk}}"><img src="{{ obrazek.url }}" |
|
|
{% with galerie.titulni_obrazek.obrazek_maly as obrazek %} |
|
|
width={% widthratio obrazek.width 200 167 %} |
|
|
<a href="../{{galerie.pk}}"><img src="{{ obrazek.url }}" |
|
|
height={% widthratio obrazek.height 200 167 %} /></a> |
|
|
width={% widthratio obrazek.width 200 167 %} |
|
|
{% endwith %} |
|
|
height={% widthratio obrazek.height 200 167 %} /></a> |
|
|
|
|
|
{% endwith %} |
|
|
|
|
|
{% endif %} |
|
|
<div> |
|
|
<div> |
|
|
<a href="../{{ galerie.pk }}">{{ galerie }}</a> |
|
|
<a href="../{{ galerie.pk }}">{{ galerie }}</a> |
|
|
</div> |
|
|
</div> |
|
|