diff --git a/korektury/templates/korektury/korekturovatko/__komentar.html b/korektury/templates/korektury/korekturovatko/__komentar.html index 5f6309bc..eaeb1171 100644 --- a/korektury/templates/korektury/korekturovatko/__komentar.html +++ b/korektury/templates/korektury/korekturovatko/__komentar.html @@ -17,6 +17,8 @@
{# {{k.text|linebreaks}} #}
+ +
diff --git a/korektury/templates/korektury/korekturovatko/__oprava.html b/korektury/templates/korektury/korekturovatko/__oprava.html index 0304f524..78f3a829 100644 --- a/korektury/templates/korektury/korekturovatko/__oprava.html +++ b/korektury/templates/korektury/korekturovatko/__oprava.html @@ -16,7 +16,7 @@
- {# {% for k in o.komentare %} {% include "korektury/korekturovatko/__komentar.html" %}
{% endfor %} #} + {# {% for k in o.komentare %} {% include "korektury/korekturovatko/__komentar.html" %} {% endfor %} #}
@@ -125,10 +125,7 @@ this.pointer.dataset.opravastatus=status; }; - add_komentar_htmlElement(htmlElement) { - this.#komentare.appendChild(htmlElement); - this.#komentare.appendChild(document.createElement('hr')); - } + add_komentar_htmlElement(htmlElement) { this.#komentare.appendChild(htmlElement); }