fix: odřádkování ve feedbacku v hodnotíku

This commit is contained in:
Jonas Havelka 2023-01-24 20:57:32 +01:00
parent e6b8998edd
commit 4623adb249

View file

@ -90,7 +90,7 @@
<tr class="hodnoceni">
<td>{{ h.problem }}</td>
<td>{{ h.body }}</td>
<td>{{ h.feedback }}</td>
<td>{{ h.feedback | linebreaks }}</td>
</tr>
{% endfor %}
</table>