clean up remaining mentions of "framed_template"

This commit is contained in:
2026-02-10 17:03:17 -07:00
parent 080f78a414
commit 34f64b3f76
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -290,7 +290,7 @@ func NewTopic(ctxt ui.AmContext) (string, any) {
ctxt.VarMap().Set("target", urlStem)
ctxt.VarMap().Set("post", post.PostId)
ctxt.VarMap().Set("amsterdam_pageTitle", "Upload Attachment")
return "framed_template", "attachment_upload.jet"
return "framed", "attachment_upload.jet"
}
return "error", "invalid button clicked on form"