refactor(js): move icons-page.js to dev_tools module

icons-page.js is a dev tool for browsing available icons, so it
belongs in dev_tools alongside testing-*.js and code-quality-*.js.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-30 22:30:08 +01:00
parent aebc309738
commit 33e8ec56b4
3 changed files with 4 additions and 4 deletions

View File

@@ -318,5 +318,5 @@
{% block extra_scripts %}
{# ✅ CRITICAL: Load JavaScript file #}
<script src="{{ url_for('static', path='admin/js/icons-page.js') }}"></script>
<script src="{{ url_for('dev_tools_static', path='admin/js/icons-page.js') }}"></script>
{% endblock %}