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
@@ -439,7 +439,7 @@ func PasswordRecovery(ctxt ui.AmContext) (string, any) {
msg.Send()
ctxt.SetLeftMenu("top")
ctxt.VarMap().Set("amsterdam_pageTitle", "Your Password Has Been Changed")
return "framed_template", "password_changed.jet"
return "framed", "password_changed.jet"
}
}
}