Skip to content

Commit

Permalink
explore.html: Correct template reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed (ODSC) committed Oct 21, 2024
1 parent 3443029 commit 24a2372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cove_bods/templates/cove_bods/explore.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ <h4 class="panel-title">
</h4>
</div>
<div id="additionalFieldsTable" class="collapse in panel-body">
{% include "additional_fields_table.html" %}
{% include "cove_bods/additional_fields_table.html" %}
</div>
</div>
{% else %}
Expand Down

0 comments on commit 24a2372

Please sign in to comment.