Fixes #18738: Ensure ScriptList respects script_order option

This commit is contained in:
Jason Novinger
2025-03-26 15:35:06 -05:00
parent 82fea49aea
commit 876756b2fe
2 changed files with 10 additions and 1 deletions

View File

@@ -37,7 +37,7 @@
{% endif %}
</div>
</h2>
{% with scripts=module.scripts.all %}
{% with scripts=module.ordered_scripts %}
{% if scripts %}
<table class="table table-hover scripts">
<thead>