diff --git a/templates/partial/contact_info.html b/templates/partial/contact_info.html index 6ffe46e7..b34f9f3f 100644 --- a/templates/partial/contact_info.html +++ b/templates/partial/contact_info.html @@ -9,10 +9,8 @@

{% translate "Access require {% else %} {{ access_requirements }} {% endif %} - {% elif governance.data_custodians %} + {% elif governance.data_custodians or governance.data_owner.email %} {% translate "Please contact the data custodian for access information." %} - {% elif governance.data_owner.email %} - {% translate "Please contact the data owner for access information." %} {% else %} {% translate "Not provided" %} {% endif %} @@ -36,12 +34,10 @@

{% translate "Contact channe {% if further_information.dc_team_email %}
  • {{ further_information.dc_team_email|urlize }}
  • {% endif %} - + {% if not further_information.dc_teams_channel_url and not further_information.dc_slack_channel_url and not further_information.dc_team_email %} - {% if governance.data_custodians %} + {% if governance.data_custodians or governance.data_owner.email %}
  • {% translate "Contact the data custodian with questions." %}
  • - {% elif governance.data_owner.email %} -
  • {% translate "Contact the data owner with questions." %}
  • {% else %}
  • {% translate "Not provided" %}
  • {% endif %} @@ -58,7 +54,7 @@

    {% translate "Data custodian {% else %}
    -

    {% translate "IAO or Data Owner" %}

    +

    {% translate "Data custodian" %}

    {% if governance.data_owner.email %} {{ governance.data_owner.email|urlize }}