Compare commits

..

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

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 img_indexes %} {% for s in opravy_strany %}
{{s}}: []{% if not forloop.last %},{% endif %} {{s.strana}}: []{% if not forloop.last %},{% endif %}
{% endfor %} {% endfor %}
}; };