UniversityRadioYork / MyRadio

University Radio York's back-end radio management system
https://ury.org.uk/myradio
16 stars 16 forks source link

Hide audio upload input on podcast edit screen #1062

Open markspolakovs opened 2 years ago

markspolakovs commented 2 years ago

Currently the edit podcast form (same as create podcast form) shows a field to upload audio, however this only does anything on the create form - on the edit form the uploaded file is discarded.

We should either replace the file (complicated), or just hide the field (probably less complicated).

Related: #819