Skip to content

Commit

Permalink
Render licence conditions on finalise page with linebreaks
Browse files Browse the repository at this point in the history
  • Loading branch information
currycoder committed Dec 12, 2024
1 parent cf4a6ac commit 4554194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caseworker/templates/components/goods-licence-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<p>{{ good.advice.text }}<br></p>
{% if good.advice.proviso %}
<p>{% lcs 'advice.FinaliseLicenceForm.GoodsTable.PROVISO_TEXT' %}</p>
{{ good.advice.proviso }}
{{ good.advice.proviso|linebreaks }}
{% endif %}
</td>
<td class="govuk-table__cell">
Expand Down

0 comments on commit 4554194

Please sign in to comment.