Merge branch 'korekturovatko'

This commit is contained in:
Jonas Havelka 2025-02-13 18:16:54 +01:00
commit c75697b221

View file

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