Skip to content

Commit

Permalink
Update record.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood authored Jan 10, 2024
1 parent 6063d74 commit c5e4c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/catalogue/record.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ <h2 class="tna-heading-l">Description and record details</h2>
<dt>Date</dt>
<dd>{{ data.detail['@template'].details.dateCovering }}</dd>
<dt>Description</dt>
<dd>{{ data.detail['@template'].details.description }}</dd>
<dd>{{ data.detail['@template'].details.description | safe }}</dd>
<dt>Held by</dt>
<dd>{{ data.detail['@template'].details.heldBy }}</dd>
<dt>Legal status</dt>
Expand Down

0 comments on commit c5e4c72

Please sign in to comment.