From 704cc4606f7e6572e07c26da3ce34ef82e31a8b7 Mon Sep 17 00:00:00 2001 From: Sam Rolfe Date: Mon, 10 Aug 2026 14:31:24 +1000 Subject: [PATCH] fix: user photo form explicit method=post+enctype (405 when htmx missed it); admin upload action moved inline as suffix on the photo field; verified real PNG upload+serve --- frontend/templates/tag-edit.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/templates/tag-edit.html b/frontend/templates/tag-edit.html index 453b351..2b338a8 100644 --- a/frontend/templates/tag-edit.html +++ b/frontend/templates/tag-edit.html @@ -57,7 +57,7 @@ {{if .Data.PhotoUrl.Valid}}Current photo{{end}}
-
+ Uploading…