fix: resolve billing page issues

- Add missing icons: x-mark, paint-brush, arrow-trending-up,
  puzzle-piece, arrow-down-tray, exclamation-triangle
- Fix billing.html to use correct block name (extra_scripts
  instead of scripts) so billing.js loads properly

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-31 20:50:58 +01:00
parent ff9fa9d887
commit 8c9c507679
2 changed files with 7 additions and 1 deletions

View File

@@ -446,6 +446,6 @@
{% endblock %}
{% block scripts %}
{% block extra_scripts %}
<script src="/static/vendor/js/billing.js"></script>
{% endblock %}