Compare commits
2 commits
23620e178b
...
c75697b221
Author | SHA1 | Date | |
---|---|---|---|
c75697b221 | |||
7da38fbc8a |
1 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue