From 4f1ae58ab5fe728cd95ba42964a361e1db016d4b Mon Sep 17 00:00:00 2001 From: Andrew Hosgood Date: Fri, 12 Jan 2024 21:05:01 +0000 Subject: [PATCH] Update record-article.html --- app/templates/explore/record-article.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/explore/record-article.html b/app/templates/explore/record-article.html index 1617c647..14c6a9f9 100644 --- a/app/templates/explore/record-article.html +++ b/app/templates/explore/record-article.html @@ -116,7 +116,7 @@

Why this record matters

{{ 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 }) }}