Skip to content

Commit

Permalink
Update record-article.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ahosgood authored Jan 12, 2024
1 parent cd3f4d9 commit 4f1ae58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/explore/record-article.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ <h2 class="tna-heading-l">Why this record matters</h2>
<div class="tna-button-group tna-button-group--full">
{{ tnaButton({
'text': 'View record details',
'href': url_for('catalogue.details' id=page_data['record']),
'href': url_for('catalogue.details', id=page_data['record']),
'accent': True
}) }}
</div>
Expand Down

0 comments on commit 4f1ae58

Please sign in to comment.