Skip to content

Commit

Permalink
Added missing supportEmail. Fix for 551 (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjrj authored Mar 9, 2022
1 parent 69834c4 commit 9182a44
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ skin.dataQualityLink.show={{ skin_data_quality_link_show | default('false') }}
skin.dataQualityLink.url={{ skin_data_quality_link_url | default('') }}
skin.dataQualityLink.text={{ skin_data_quality_link_text | default('not set') }}
skin.exploreUrl = {{ explore_url | default('https://www.ala.org.au/explore-by-location/') }}
supportEmail={{ support_email | default('[email protected]') }}

images.images.metadataUrl={{images_metadata_url|default('')}}
bie.baseUrl={{bie_base_url | default('')}}
Expand Down

0 comments on commit 9182a44

Please sign in to comment.