fix: avoid escaping
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
{{ application.pickup|bpn_pickup_label|default('-') }}
|
||||
</td>
|
||||
<td>
|
||||
{{ application.requests|nl2br|default('-') }}
|
||||
{{ application.requests|default('-')|nl2br }}
|
||||
</td>
|
||||
<td>
|
||||
<div class="flex items-center justify-end space-x-2">
|
||||
@@ -153,7 +153,7 @@
|
||||
{{ disposition.pickup|bpn_pickup_label }}
|
||||
</td>
|
||||
<td>
|
||||
{{ disposition.remarks|nl2br|default('-') }}
|
||||
{{ disposition.remarks|default('-')|nl2br }}
|
||||
</td>
|
||||
<td>
|
||||
<button type="button"
|
||||
|
||||
Reference in New Issue
Block a user