hotfix: aha, strany obsahují pouze stránky, kde jsou korektury

This commit is contained in:
Jonas Havelka 2025-02-13 18:16:27 +01:00
parent b81648cdc8
commit 7da38fbc8a

View file

@ -15,8 +15,8 @@
<script>
// Mapování stránka -> korektury
const comments = {
{% for s in opravy_strany %}
{{s.strana}}: []{% if not forloop.last %},{% endif %}
{% for s in img_indexes %}
{{s}}: []{% if not forloop.last %},{% endif %}
{% endfor %}
};