Skip to content

Commit

Permalink
Updated access_condition -> access_conditions (#1524)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbiggs authored Feb 14, 2024
1 parent 3fe683e commit d935c58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/includes/records/record-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,10 @@
</tr>
{% endif %}

{% if record.access_condition %}
{% if record.access_conditions %}
<tr>
<th scope="row">{{ 'access_condition'|as_label }}</th>
<td>{{ record.access_condition }}</td>
<th scope="row">{{ 'access_conditions'|as_label }}</th>
<td>{{ record.access_conditions }}</td>
</tr>
{% endif %}

Expand Down

0 comments on commit d935c58

Please sign in to comment.