Rámečky kolem neveřejných obrázků

This commit is contained in:
Jonas Havelka 2025-04-30 20:06:22 +02:00
parent e1acc5affe
commit e5a61d69fe

View file

@ -46,6 +46,7 @@
{% block content %} {% block content %}
<div class="{% if obrazek.galerie.zobrazit == 1 %}mam-org-only{% endif %}{% if obrazek.galerie.zobrazit == 3 %}mam-resitel-only{% endif %}">
<h2> <h2>
{% for g in cesta %} {% for g in cesta %}
@ -133,4 +134,6 @@
{% endif %} {% endif %}
</div> </div>
</div> </div>
</div>
{% endblock %} {% endblock %}