Merge branch 'korekturovatko'
This commit is contained in:
commit
c75697b221
1 changed files with 2 additions and 2 deletions
|
@ -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 %}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue