# HOTFIX OEK report

* fixes wrong table layout on empty deduction list of a recorded oek
This commit is contained in:
2026-08-04 06:53:29 +02:00
parent 87e4ee726c
commit ee4701f63f
@@ -57,7 +57,9 @@
</a>
</td>
<td>{{ deduction.surface|floatformat:2 }} m²</td>
</tr>
{% empty %}
<tr>
<td>
{% translate 'None' %}
</td>
@@ -66,7 +68,6 @@
</td>
</tr>
{% endfor %}
</table>
</td>
</tr>