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>
2 files changed,
+2 insertions,
-0 deletions
| 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 |
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() {
|