From d935c583ac6fe2dbaa56d7e42fc0f2480bdbf519 Mon Sep 17 00:00:00 2001 From: James Biggs <62654785+jamesbiggs@users.noreply.github.com> Date: Wed, 14 Feb 2024 08:30:58 +0000 Subject: [PATCH] Updated access_condition -> access_conditions (#1524) --- templates/includes/records/record-details.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/includes/records/record-details.html b/templates/includes/records/record-details.html index 312f1e239..e7696c776 100644 --- a/templates/includes/records/record-details.html +++ b/templates/includes/records/record-details.html @@ -178,10 +178,10 @@ {% endif %} -{% if record.access_condition %} +{% if record.access_conditions %}