Skip to content

Commit

Permalink
remove unneeded template parts
Browse files Browse the repository at this point in the history
  • Loading branch information
amyasnikov committed Sep 8, 2024
1 parent efc99a1 commit 7083007
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions validity/templates/validity/scripts/result.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ <h2 class="page-title my-1 mt-3">Script Execution Result</h2>
</div>
{% endblock header %}

{% block content-wrapper %}{% endblock content-wrapper %}

{% block content %}
<div class="tab-pane show active" id="results" role="tabpanel" aria-labelledby="results-tab">

Expand Down

0 comments on commit 7083007

Please sign in to comment.