fixed a first round of bugs and rewrote the URL rewriter using the old algorithm

This commit is contained in:
2025-11-04 23:05:50 -07:00
parent 798e86ae40
commit 8a3d02fbec
6 changed files with 131 additions and 72 deletions
+3
View File
@@ -260,6 +260,9 @@ func NewTopic(ctxt ui.AmContext) (string, any, error) {
if ctxt.FormFieldIsSet("attach") {
ctxt.VarMap().Set("attachFile", true)
}
ctxt.VarMap().Set("conferenceName", conf.Name)
ctxt.VarMap().Set("urlStem", urlStem)
ctxt.VarMap().Set("amsterdam_pageTitle", "Preview New Topic")
return "framed_template", "new_topic.jet", nil
}
if ctxt.FormFieldIsSet("post1") {