Skip to main content

max / makenotwork

Fix file upload in project and item wizards upload.js (S3Uploader, initDropzone) was not loaded in the wizard templates, causing Choose File buttons to silently fail. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Author: Max J. <87768334+MaxJMath@users.noreply.github.com> · 2026-05-10 18:06 UTC
Commit: 36f6e080461570dcc80b03a76a9a1bf96949a9da
Parent: 58395c6
2 files changed, +2 insertions, -0 deletions
@@ -47,5 +47,6 @@
47 47 {% endblock %}
48 48
49 49 {% block scripts %}
50 + <script src="/static/upload.js"></script>
50 51 <script src="/static/wizard.js"></script>
51 52 {% endblock %}
@@ -87,6 +87,7 @@
87 87 {% endblock %}
88 88
89 89 {% block scripts %}
90 + <script src="/static/upload.js"></script>
90 91 <script src="/static/wizard.js"></script>
91 92 <script>
92 93 (function() {