Skip to content

Commit

Permalink
cove_rdls/templates/cove_rdls/explore.html: Update template
Browse files Browse the repository at this point in the history
  • Loading branch information
Ed (ODSC) committed Aug 31, 2023
1 parent dc4f2f1 commit 2b63d13
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cove_rdls/templates/cove_rdls/explore.html
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ <h4 class="panel-title">

</div>

{# Hide additional checks section for now #}
{% if show_additional_checks %}
<div class="row">

Expand All @@ -187,6 +186,8 @@ <h4 class="panel-title">
</div>
{% endif %}

{# Hide statistics section for now #}
{% if show_statistics %}
<div class="row">
<div class="panel panel-success">
<div id="statistics-panel" class="panel-heading pointer" role="region" aria-expanded="true"
Expand Down Expand Up @@ -216,7 +217,7 @@ <h4>{% trans 'Loss Datasets' %}</h4>
</div>
</div>
</div>

{% endif %}

{% endblock explore_content %}

Expand Down

0 comments on commit 2b63d13

Please sign in to comment.