dirac-institute / trailblazer

An open data repository for astronomical data products affected by satellites
MIT License
8 stars 2 forks source link

Fix wrong path to upload_button_state JS script. #45

Closed DinoBektesevic closed 2 years ago

DinoBektesevic commented 2 years ago

Path to JS script that controlled the upload button state was hardcoded in the HTML template with a wrong path. This accidentally worked locally but does not work in general.

Path is now set in the UploadForm class itself and points to correct location.

DinoBektesevic commented 2 years ago

Fix wrong upload button link.