Skip to content

Commit

Permalink
Fixed quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
psd committed Nov 13, 2023
1 parent e402f25 commit 9309d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/templates/components/entity-value/macro.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
{%- elif field in ["local-resilience-forum","local-authority-type","ownership-status","planning-permission-type","planning-permission-type","planning-permission-status","green-belt-core","ancient-woodland-status","design-code-category","design-code-status","listed-building-grade","park-and-garden-grade"] %}
<a class ="govuk-link" href="{{ '/prefix/' + field + "/reference/" + value }}">{{ value }}</a>
{%- elif field in ["local-authority-district","local-planning-authority","parish"] %}
<a class ="govuk-link" href="{{ '/prefix/statistical-geography/reference/" + value }}">{{ value }}</a>
<a class ="govuk-link" href="{{ '/prefix/statistical-geography/reference/' + value }}">{{ value }}</a>
{%- elif field in ["combined-authority","local-authority"] %}
<a class ="govuk-link" href="{{ '/prefix/local-authority/reference/' + value }}">{{ value }}</a>
{%- elif field in ["organisation-entity"] %}
Expand Down

0 comments on commit 9309d5a

Please sign in to comment.