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