Skip to content

Commit

Permalink
add actual owner from datahub to chart details template (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
LavMatt authored Jun 28, 2024
1 parent 6d5365a commit 8282577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/details_chart.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h3 class="govuk-heading-s govuk-!-margin-top-3">
</div>
</div>
<div class="govuk-grid-column-one-third">
{% include "partial/contact_info.html" with data_owner="chart owner" data_owner_email="chart owner email" slack_channel=chart.custom_properties.further_information %}
{% include "partial/contact_info.html" with data_owner=chart.governance.data_owner.display_name data_owner_email=chart.governance.data_owner.email slack_channel=chart.custom_properties.further_information %}
</div>
</div>
<div class="govuk-grid-row">
Expand Down

0 comments on commit 8282577

Please sign in to comment.