Jidáš Add linebreaks do korektur

This commit is contained in:
MaM Web user 2021-09-26 17:54:17 +02:00
parent 22b69d4ee1
commit a3c9feab87

View file

@ -183,7 +183,7 @@
</span>
</div>
<div class='corr-body' id='op{{o.id}}-body'>
<div id='op{{o.id}}-text'>{{o.text}}</div>
<div id='op{{o.id}}-text'>{{o.text|linebreaks}}</div>
{% for k in o.komentare %}
<hr>
@ -221,7 +221,7 @@
{% endif %}
</div>
</div>
<div id='kt{{k.id}}'>{{k.text}}</div>
<div id='kt{{k.id}}'>{{k.text|linebreaks}}</div>
</div>
{% endfor %}
</div>