Skip to content

Commit

Permalink
POMP-176 Modify address template to display message when no transcript
Browse files Browse the repository at this point in the history
  • Loading branch information
camilocodes committed Jan 7, 2025
1 parent 17a822c commit 4182589
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom/modules/address/templates/node--address.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@

{% if content.field_address_text['#items'] %}
{{ content.field_address_text }}
{% else %}
<p>A transcript or description of this address has not been recorded at this time.</p>
{%- endif -%}
<br>

Expand Down

0 comments on commit 4182589

Please sign in to comment.