Compare commits

..

No commits in common. "c75697b221a5c39e1bca6d7d17dceab5f4349fcb" and "23620e178b1345eef3af154293c16167d98a17eb" have entirely different histories.

View file

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