From 9e8aa40c9661aef2424b1ddc91043909ecf21ddb Mon Sep 17 00:00:00 2001 From: Oha <forgejo@ohaa.xyz> Date: Sat, 8 Mar 2025 00:33:23 +0100 Subject: [PATCH] oops --- templates/upload.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/upload.html b/templates/upload.html index 73e5ecf..9ad69a6 100644 --- a/templates/upload.html +++ b/templates/upload.html @@ -18,7 +18,7 @@ <label for="music">Music</label> <input type="radio" name="type" value="music"> <br> <label for="fx">FX</label> - <input type="radio" name="type" value="music"> <br> + <input type="radio" name="type" value="fx"> <br> <button type="submit">Upload!!</button> </form> </body>